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