28 29 30 31 32
# File 'lib/aggro/marshal_stream.rb', line 28 def each return to_enum unless block_given? read { |obj| yield obj } until eof end