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