Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/kojo/extensions/hash.rb
Instance Method Summary collapse
Instance Method Details
#symbolize_keys ⇒ Object
4 5 6 |
# File 'lib/kojo/extensions/hash.rb', line 4 def symbolize_keys transform_keys &:to_sym end |
#typecast_values ⇒ Object
8 9 10 |
# File 'lib/kojo/extensions/hash.rb', line 8 def typecast_values transform_values &:to_typed end |