method
deep_symbolize_keys
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::HashWithIndifferentAccess
deep_symbolize_keys()public
No documentation available.
# File activesupport/lib/active_support/hash_with_indifferent_access.rb, line 237
def deep_symbolize_keys; to_hash.deep_symbolize_keys! end