Method: A4Tools::PipeBuffer#write

Defined in:
lib/net_shell/io.rb

#write(s) ⇒ Object



48
49
50
# File 'lib/net_shell/io.rb', line 48

def write(s)
  @buffer += s
end