Method: Protocol::HTTP::Body::ZStream#inspect
- Defined in:
- lib/protocol/http/body/deflate.rb
#inspect ⇒ Object
80 81 82 |
# File 'lib/protocol/http/body/deflate.rb', line 80 def inspect "#{super} | \#<#{self.class} #{(ratio*100).round(2)}%>" end |