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