class ActionDispatch::Routing::Mapper::Mapping

def request_method

def request_method
  @via.map { |x| Journey::Route.verb_matcher(x) }
end