aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorYehuda Katz <wycats@Yehuda-Katz.local>2009-11-09 11:33:47 -0800
committerYehuda Katz <wycats@Yehuda-Katz.local>2009-11-09 11:33:47 -0800
commit0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3 (patch)
tree428f88b698fb03f0bcddcb7017d16753b288e661 /activesupport/lib/active_support/core_ext
parent4a1f43878105d701fd2dd769ec3cf7e81d133c09 (diff)
downloadrails-0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3.tar.gz
rails-0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3.tar.bz2
rails-0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3.zip
Revert "Bundle I18n 0.2.0."
This reverts commit 83f329f5f30567a10bc96410da230bf986db8ad4.
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/string/interpolation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/interpolation.rb b/activesupport/lib/active_support/core_ext/string/interpolation.rb
index c4a5c0ca35..d9159b690a 100644
--- a/activesupport/lib/active_support/core_ext/string/interpolation.rb
+++ b/activesupport/lib/active_support/core_ext/string/interpolation.rb
@@ -5,7 +5,7 @@
You may redistribute it and/or modify it under the same license terms as Ruby.
=end
-if RUBY_VERSION < '1.9' && !"".respond_to?(:interpolate_without_ruby_19_syntax)
+if RUBY_VERSION < '1.9'
require 'active_support/core_ext/string/bytesize'
# KeyError is raised by String#% when the string contains a named placeholder