# File lib/rack/request.rb, line 74
    def get?;            request_method == "GET"                  end