aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-05-15 12:01:47 -0700
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-05-15 12:01:47 -0700
commitbc4ebaf2698353dc3cc0351479a4ed5ed41e2361 (patch)
tree5ddb133d2cadcebaccfeaa5372fd8fb29f0778c7 /activesupport
parentea50d53da1edfed172deaa6fdb5acda29f958bd6 (diff)
parent80b681686a8ba58a1fd7868c067ecc8bed41df15 (diff)
downloadrails-bc4ebaf2698353dc3cc0351479a4ed5ed41e2361.tar.gz
rails-bc4ebaf2698353dc3cc0351479a4ed5ed41e2361.tar.bz2
rails-bc4ebaf2698353dc3cc0351479a4ed5ed41e2361.zip
Merge pull request #6327 from nashby/string-interpolation
remove backported string interpolation
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/string.rb1
-rw-r--r--activesupport/lib/active_support/core_ext/string/interpolation.rb2
2 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/core_ext/string.rb b/activesupport/lib/active_support/core_ext/string.rb
index ab49af55bf..fb36262528 100644
--- a/activesupport/lib/active_support/core_ext/string.rb
+++ b/activesupport/lib/active_support/core_ext/string.rb
@@ -6,7 +6,6 @@ require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/string/access'
require 'active_support/core_ext/string/xchar'
require 'active_support/core_ext/string/behavior'
-require 'active_support/core_ext/string/interpolation'
require 'active_support/core_ext/string/output_safety'
require 'active_support/core_ext/string/exclude'
require 'active_support/core_ext/string/strip'
diff --git a/activesupport/lib/active_support/core_ext/string/interpolation.rb b/activesupport/lib/active_support/core_ext/string/interpolation.rb
deleted file mode 100644
index 7f764e9de1..0000000000
--- a/activesupport/lib/active_support/core_ext/string/interpolation.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-require 'active_support/i18n'
-require 'i18n/core_ext/string/interpolate'