Method: ScripTTY::Net::EventLoop::OutgoingConnectionWrapper#initialize

Defined in:
lib/scriptty/net/event_loop.rb

#initialize(master, channel, address) ⇒ OutgoingConnectionWrapper

Returns a new instance of OutgoingConnectionWrapper.



587
588
589
590
# File 'lib/scriptty/net/event_loop.rb', line 587

def initialize(master, channel, address)
  @address = address
  super(master, channel)
end