Class: URI::Generic

Inherits:
Object
  • Object
show all
Defined in:
lib/workarea/ext/freedom_patches/uri.rb

Instance Method Summary collapse

Instance Method Details

#request_uriObject



2
3
4
5
6
# File 'lib/workarea/ext/freedom_patches/uri.rb', line 2

def request_uri
  str = @path
  str += '?' + @query if @query
  str
end