# File lib/action_controller/request.rb, line 22
    def get?
      method == :get
    end