interpolate.rb

Path: lib/i18n/core_ext/string/interpolate.rb
Last Update: Thu Dec 22 22:02:22 +0000 2016

This file used to backport the Ruby 1.9 String interpolation syntax to Ruby 1.8.

Since I18n has dropped support to Ruby 1.8, this file is not required anymore, however, Rails 3.2 still requires it directly:

github.com/rails/rails/blob/3-2-stable/activesupport/lib/active_support/core_ext/string/interpolation.rb#L2

So we can‘t just drop the file entirely, which would then break Rails users under Ruby 1.9. This file can be removed once Rails 3.2 support is dropped.

[Validate]