Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/evelpidon_core_ext/hash.rb
Instance Method Summary collapse
Instance Method Details
#underscore_keys ⇒ Object
5 6 7 |
# File 'lib/evelpidon_core_ext/hash.rb', line 5 def underscore_keys self.class.underscore_keys(self.dup) end |