34 35 36 37 38 39 40 41 42
# File 'lib/miu/readable.rb', line 34 def each if block_given? loop do yield read end end return self end