Method: RTunnel::RemoteListenCommand#initialize_from_io

Defined in:
lib/rtunnel/commands.rb

#initialize_from_io(io) ⇒ Object



161
162
163
164
165
# File 'lib/rtunnel/commands.rb', line 161

def initialize_from_io(io)
  super
  @address = io.read_varstring
  self    
end