Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_1_10) is shown here.
join(*uris)
public
Args
Attempts to parse and merge a set of
URIs
# File lib/uri/common.rb, line 235
def join(*uris)
uris[0] = convert_to_uri(uris[0])
uris.inject :merge
end