class Rex::Ui::Text::Input::Buffer::BufferSock

Public Instance Methods

write(buf, opts={}) click to toggle source
# File lib/rex/ui/text/input/buffer.rb, line 18
def write(buf, opts={})
  syswrite(buf)
end