Returns the query component of the Bundler::URI.
Bundler::URI("http://foo/bar/baz?search=FooBar").query #=> "search=FooBar"
266 267 268
# File 'lib/bundler/vendor/uri/lib/uri/generic.rb', line 266 def query @query end