aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
diff options
context:
space:
mode:
authorYehuda Katz <wycats@mobile-166-129-139-135.mycingular.net>2009-11-07 11:23:21 -0800
committerYehuda Katz <wycats@mobile-166-129-139-135.mycingular.net>2009-11-07 11:23:21 -0800
commite1b5e3cc709df12d2d8495737e524f60015e6f5c (patch)
treedbb9452675bb964fdb5025f19372e2677fecc89d /activesupport/lib/active_support/core_ext/string
parentcbded53671bccccbaf7e9fdfa93ef86cb097daa3 (diff)
downloadrails-e1b5e3cc709df12d2d8495737e524f60015e6f5c.tar.gz
rails-e1b5e3cc709df12d2d8495737e524f60015e6f5c.tar.bz2
rails-e1b5e3cc709df12d2d8495737e524f60015e6f5c.zip
Break up inflector to reduce the dependency burden on dependency-les methods like constantize.
Diffstat (limited to 'activesupport/lib/active_support/core_ext/string')
-rw-r--r--activesupport/lib/active_support/core_ext/string/access.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/access.rb b/activesupport/lib/active_support/core_ext/string/access.rb
index 57385d86d2..182b3e745d 100644
--- a/activesupport/lib/active_support/core_ext/string/access.rb
+++ b/activesupport/lib/active_support/core_ext/string/access.rb
@@ -1,3 +1,5 @@
+require "active_support/multibyte"
+
class String
unless '1.9'.respond_to?(:force_encoding)
# Returns the character at the +position+ treating the string as an array (where 0 is the first character).