Method: Hashie::HashExtensions#hashie_stringify_keys

Defined in:
lib/hashie/hash_extensions.rb

#hashie_stringify_keysObject

Convert all of the keys of a Hash to their string representations.



24
25
26
# File 'lib/hashie/hash_extensions.rb', line 24

def hashie_stringify_keys
  self.dup.stringify_keys!
end