# File lib/rack/request.rb, line 192 def fullpath path = script_name + path_info path << "?" << query_string unless query_string.empty? path end