class Async::HTTP::Body::Buffered
def each
def each return to_enum unless block_given? while @index < @chunks.count yield @chunks[@index] @index += 1 end end
def each return to_enum unless block_given? while @index < @chunks.count yield @chunks[@index] @index += 1 end end