aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte/chars.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-05-28 13:46:53 -0700
committerJosé Valim <jose.valim@gmail.com>2012-05-28 13:46:53 -0700
commit68f23bea6b3eec48f26e87ab9cdf3ff361820831 (patch)
tree5a8f89d7dfb7d5f23081afbe189703b5e75bb4a5 /activesupport/lib/active_support/multibyte/chars.rb
parentf5e26bcb1a9a44b763d4d9ff117705312d1c650f (diff)
parentd64b25438a82541f781a22f42e5cee44acd57737 (diff)
downloadrails-68f23bea6b3eec48f26e87ab9cdf3ff361820831.tar.gz
rails-68f23bea6b3eec48f26e87ab9cdf3ff361820831.tar.bz2
rails-68f23bea6b3eec48f26e87ab9cdf3ff361820831.zip
Merge pull request #6522 from lest/patch-1
ActiveSupport require and dependencies
Diffstat (limited to 'activesupport/lib/active_support/multibyte/chars.rb')
-rw-r--r--activesupport/lib/active_support/multibyte/chars.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/multibyte/chars.rb b/activesupport/lib/active_support/multibyte/chars.rb
index 4fe925f7f4..87b1d76026 100644
--- a/activesupport/lib/active_support/multibyte/chars.rb
+++ b/activesupport/lib/active_support/multibyte/chars.rb
@@ -76,7 +76,7 @@ module ActiveSupport #:nodoc:
#
# 'Café périferôl'.mb_chars.split(/é/).map { |part| part.upcase.to_s } # => ["CAF", " P", "RIFERÔL"]
def split(*args)
- @wrapped_string.split(*args).map { |i| i.mb_chars }
+ @wrapped_string.split(*args).map { |i| self.class.new(i) }
end
# Works like like <tt>String#slice!</tt>, but returns an instance of Chars, or nil if the string was not