class Bundler::SocketAddress

def initialize(type, host, port)

def initialize(type, host, port)
  @type = type
  @host = host
  @port = port
end