Method: Rex::Ui::Text::Output::Socket#initialize
- Defined in:
- lib/rex/ui/text/output/socket.rb
#initialize(sock) ⇒ Socket
Returns a new instance of Socket.
15 16 17 18 |
# File 'lib/rex/ui/text/output/socket.rb', line 15 def initialize(sock) @sock = sock super() end |