> Some day in the future, when Ruby 1.x is a distant memory, .chars should
> be deprecated, and ultimately removed.
That's definitely our intention, if JRuby is using java.lang.String,
then a simple plugin which does the following would be sufficient.
class String
def chars
self
end
end
We'll update ActiveSupport to contain that (with appropriate
deprecation) when ruby 2.x comes to the party.
--
Cheers
Koz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core
-~----------~----~----~----~------~----~------~--~---