class ActionDispatch::Routing::Mapper::Mapping

def intern(object)

def intern(object)
  object.is_a?(String) ? -object : object
end