method_symbol()
Returns a symbol form of the #method.
# File actionpack/lib/action_dispatch/http/request.rb, line 230 def method_symbol HTTP_METHOD_LOOKUP[method] end