Class: HashWithIndifferentCase

Inherits:
ActiveSupport::HashWithIndifferentAccess
  • Object
show all
Defined in:
lib/hash_with_indifferent_case.rb

Constant Summary collapse

VERSION =
"0.1.0"

Instance Method Summary collapse

Instance Method Details

#with_indifferent_caseObject



7
8
9
# File 'lib/hash_with_indifferent_case.rb', line 7

def with_indifferent_case
  dup
end