Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/cloud_shaped/camelate.rb
Instance Method Summary collapse
Instance Method Details
#camelate_keys ⇒ Object
19 20 21 |
# File 'lib/cloud_shaped/camelate.rb', line 19 def camelate_keys Hash[map { |key, value| [key.camelate, value] }] end |