Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/fleck/hash_with_indifferent_access.rb

Direct Known Subclasses

HashWithIndifferentAccess

Instance Method Summary collapse

Instance Method Details

#to_hash_with_indifferent_accessObject



45
46
47
# File 'lib/fleck/hash_with_indifferent_access.rb', line 45

def to_hash_with_indifferent_access
  return HashWithIndifferentAccess.new(self)
end