class Hash

def deep_stringify_keys

Returns:
  • (Hash) -
def deep_stringify_keys
  deep_transform_keys(&:to_s)
end