Method: Hash#stringify_keys

Defined in:
lib/ext/hash.rb

#stringify_keysObject

Return a new hash with all keys converted to strings.



6
7
8
# File 'lib/ext/hash.rb', line 6

def stringify_keys
  dup.stringify_keys!
end