class ActionDispatch::Request

def method_symbol

Returns a symbol form of the #method.
def method_symbol
  HTTP_METHOD_LOOKUP[method]
end