Class: IO

Inherits:
Object show all
Defined in:
lib/builtinME.rb

Instance Method Summary collapse

Instance Method Details

#eachObject



231
232
233
234
235
236
# File 'lib/builtinME.rb', line 231

def each
    while !eof
      yield gets
    end
    close
end