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