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 Attribute Summary
Attributes included from IO::StreamAbstraction
Instance Method Summary collapse
Methods included from IO::StreamAbstraction
#cleanup_abstraction, #close, #initialize_abstraction, #localinfo, #peerinfo, #shutdown, #sysread, #syswrite
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 |