Method: Rex::Socket#context
- Defined in:
- lib/rex/socket.rb
#context ⇒ Object
Contextual information that describes the source and other instance-specific attributes. This comes from the param.context attribute.
770 771 772 |
# File 'lib/rex/socket.rb', line 770 def context @context end |