Class: HashWithIndifferentCase
- Inherits:
-
ActiveSupport::HashWithIndifferentAccess
- Object
- ActiveSupport::HashWithIndifferentAccess
- HashWithIndifferentCase
- Defined in:
- lib/hash_with_indifferent_case.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Method Summary collapse
Instance Method Details
#with_indifferent_case ⇒ Object
7 8 9 |
# File 'lib/hash_with_indifferent_case.rb', line 7 def with_indifferent_case dup end |