class Hash

def stringify_keys

Returns:
  • (Hash) -
def stringify_keys
  transform_keys(&:to_s)
end