instance method
stringify_keys
Ruby on Rails 3.1.12
Since v3.0.20Signature
stringify_keys()
Return a new hash with all keys converted to strings.
Source
# File activesupport/lib/active_support/core_ext/hash/keys.rb, line 3
def stringify_keys
dup.stringify_keys!
end
Defined in activesupport/lib/active_support/core_ext/hash/keys.rb line 3
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Hash