rails--rails/activesupport/lib
Oli Peate a8ae85a331 Support clearing acronyms in ActiveSupport::Inflector::Inflections
Previously calling ActiveSupport::Inflector::Inflections.clear(:acronyms)
reset the instance variable to an empty Array, which is not the correct
default. The next time an acronym is added a TypeError is thrown.
2021-06-15 10:22:19 +01:00
..
active_support Support clearing acronyms in ActiveSupport::Inflector::Inflections 2021-06-15 10:22:19 +01:00
active_support.rb Implement an optimized Cache::Entry coder 2021-04-25 08:27:58 +02:00