Method: Hanami::Utils::Hash.deep_stringify
- Defined in:
- lib/hanami/utils/hash.rb
permalink .deep_stringify(input) ⇒ ::Hash
Deeply stringifies the given hash
93 94 95 |
# File 'lib/hanami/utils/hash.rb', line 93 def self.deep_stringify(input) self[:deep_stringify_keys].call(input) end |