This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.
uri_option(uri, config)
Parse uri into a [uri, option] pair.
# File lib/drb/drb.rb, line 870 def self.uri_option(uri, config) host, port, option = parse_uri(uri) return "druby://#{host}:#{port}", option end