Method: Protocol::HTTP::Body::Buffered#inspect
- Defined in:
- lib/protocol/http/body/buffered.rb
#inspect ⇒ Object
91 92 93 |
# File 'lib/protocol/http/body/buffered.rb', line 91 def inspect "\#<#{self.class} #{@chunks.count} chunks, #{self.length} bytes>" end |