class Async::HTTP::Body::File

def inspect

def inspect
	"\#<#{self.class} path=#{@path} offset=#{@offset} remaining=#{@remaining}>"
end