class Async::HTTP::Body::Readable
def each
def each return to_enum unless block_given? while chunk = self.read yield chunk # chunk.clear end ensure self.close($!) end
def each return to_enum unless block_given? while chunk = self.read yield chunk # chunk.clear end ensure self.close($!) end