class Grape::Router::Route

def route_method

def route_method
  warn_route_methods(:method, caller(1).shift, :request_method)
  request_method
end