Method: Protocol::HTTP1::Body::Remainder#inspect

Defined in:
lib/protocol/http1/body/remainder.rb

#inspectObject



64
65
66
# File 'lib/protocol/http1/body/remainder.rb', line 64

def inspect
	"\#<#{self.class} #{@stream.closed? ? 'closed' : 'open'}>"
end