Method: RTunnel::SetSessionKeyCommand#encode

Defined in:
lib/rtunnel/commands.rb

#encode(io) ⇒ Object



227
228
229
230
# File 'lib/rtunnel/commands.rb', line 227

def encode(io)
  super
  io.write_varstring @encrypted_keys
end