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
#monitor_rsock(*args, **kwargs) ⇒ Object
22 23 24 |
# File 'lib/rex/ui/text/input/buffer.rb', line 22 def monitor_rsock(*args, **kwargs) dlog('monitor_rsock: Skipping - functionality not required') end |
#write(buf, opts = {}) ⇒ Object
18 19 20 |
# File 'lib/rex/ui/text/input/buffer.rb', line 18 def write(buf, opts={}) syswrite(buf) end |