class ActionDispatch::Request

def request_method_symbol

Returns a symbol form of the #request_method.
def request_method_symbol
  HTTP_METHOD_LOOKUP[request_method]
end