rails--rails/activesupport/lib
Leigh Halliday 7abbe137b7 ArrayInquirer to correctly find symbols or strings
The problem existed where if your ArrayInquirer values were
strings but you checked them using any? with a symbol, it would
not find the value. Now it will correctly check whether both
the String form or the Symbol form are included in the Array.

`
2015-08-28 16:20:02 -04:00
..
active_support ArrayInquirer to correctly find symbols or strings 2015-08-28 16:20:02 -04:00
active_support.rb Avoid to define an initializer after the load_config_initializers 2015-04-07 17:20:57 -03:00