deep_symbolize_keys!()
Instance Public methods
Destructively convert all keys to symbols, as long as they respond to
to_sym
. This includes the keys from the root hash and from all
nested hashes and arrays.
Destructively convert all keys to symbols, as long as they respond to
to_sym
. This includes the keys from the root hash and from all
nested hashes and arrays.
Please login to continue.