stringify_keys()
Return a new hash with all keys converted to strings.
# File activesupport/lib/active_support/core_ext/hash/keys.rb, line 3 def stringify_keys dup.stringify_keys! end