aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte/chars.rb
Commit message (Expand)AuthorAgeFilesLines
* Multibyte: String#chars returns self for Ruby 1.9Jeremy Kemper2007-12-211-8/+2
* Multibyte: String#chars uses passthrough handler for Ruby 1.9Jeremy Kemper2007-12-211-1/+1
* Ruby 1.9 compat: shadowed vars, kcodeJeremy Kemper2007-12-151-2/+8
* Multibyte strings respond_to the String methods they proxy so they can be duc...Jeremy Kemper2007-05-281-0/+6
* Improved performance by relying less on exception raising #8159 [Blaine]David Heinemeier Hansson2007-04-241-6/+6
* Nodoc the irrelevant (from 1.2)David Heinemeier Hansson2007-01-261-1/+1
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+129