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