mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fc6ec7bfc7
ActiveSupport::Inflector.transliterate mutates strings by changing encodings. Prior to this commit passing a frozen string would raise a `FrozenError`. This change duplicates the internal string, if frozen, before transliterating. |
||
---|---|---|
.. | ||
active_support | ||
active_support.rb |