Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

format string does not work with Ruby < 1.9.0-2 #2

Open
takuo opened this issue Oct 1, 2009 · 0 comments
Open

format string does not work with Ruby < 1.9.0-2 #2

takuo opened this issue Oct 1, 2009 · 0 comments
Labels

Comments

@takuo
Copy link
Owner

takuo commented Oct 1, 2009

IMAProwl/1.2.0's Format string does not work with old Ruby 1.9.0

on Debian lenny.
% ruby -v
ruby 1.9.0 (2008-06-20 revision 17482) [i486-linux]
% ruby1.9 -e '"p %{a}" % { :a=>"word" }'
-e:1:in %': malformed format string - %{ (ArgumentError) from -e:1:in

'

on Debian sid
% ruby1.9 -v
ruby 1.9.0 (2008-10-04 revision 19669) [i486-linux]
% ruby1.9 -e 'p "%{a}" % { :a=>"word" }'
"word"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant