Method: Rex::IO::RingBuffer#inspect
- Defined in:
- lib/rex/io/ring_buffer.rb
#inspect ⇒ Object
42 43 44 |
# File 'lib/rex/io/ring_buffer.rb', line 42 def inspect "#<Rex::IO::RingBuffer @size=#{size} @fd=#{fd} @seq=#{seq} @beg=#{beg} @cur=#{cur}>" end |