Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/fleck/hash_with_indifferent_access.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_hash_with_indifferent_access ⇒ Object
45 46 47 |
# File 'lib/fleck/hash_with_indifferent_access.rb', line 45 def to_hash_with_indifferent_access return HashWithIndifferentAccess.new(self) end |