class ReeHash::SymbolizeKeys

def call(hash)

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