# File lib/action_controller/request.rb, line 17
    def method
      @request_method ||= @env['REQUEST_METHOD'].downcase.to_sym
    end