Method: RTunnel::RemoteListenCommand#encode

Defined in:
lib/rtunnel/commands.rb

#encode(io) ⇒ Object



167
168
169
170
# File 'lib/rtunnel/commands.rb', line 167

def encode(io)
  super
  io.write_varstring address
end