# File lib/rack/request.rb, line 240 240: def fullpath 241: query_string.empty? ? path : "#{path}?#{query_string}" 242: end