class ReeHash::StringifyKeys

def call(hash)

def call(hash)
  transform_keys(hash) { |key| key.to_s }
end