76 77 78 79 80 81
# File 'lib/bcat/reader.rb', line 76 def each @source.each do |chunk| yield chunk @out.write chunk end end