method
path_query
v1_8_7_330 -
Show latest stable
- Class:
URI::Generic
path_query()private
No documentation available.
# File lib/uri/generic.rb, line 988
def path_query
str = @path
if @query
str += '?' + @query
end
str
end