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