Class: Rex::Ui::Text::Input::Buffer::BufferSock
- Inherits:
-
Object
- Object
- Rex::Ui::Text::Input::Buffer::BufferSock
- Includes:
- IO::StreamAbstraction
- Defined in:
- lib/rex/ui/text/input/buffer.rb
Instance Method Summary collapse
Instance Method Details
#write(buf, opts = {}) ⇒ Object
19 20 21 |
# File 'lib/rex/ui/text/input/buffer.rb', line 19 def write(buf, opts={}) syswrite(buf) end |