Flowdock
open(uri, config) public

No documentation

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

Hide source
# File lib/drb/unix.rb, line 21
    def self.open(uri, config)
      filename, = parse_uri(uri)
      filename.untaint
      soc = UNIXSocket.open(filename)
      self.new(uri, soc, config)
    end
Register or log in to add new notes.