Flowdock
method

join

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: RFC3986_Parser
join(*uris) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/uri/rfc3986_parser.rb, line 87
    def join(*uris) # :nodoc:
      uris[0] = convert_to_uri(uris[0])
      uris.inject :merge
    end
Register or log in to add new notes.