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