# File lib/file/tail.rb, line 99 def forward(n = 0) rewind while n > 0 and not eof? readline n -= 1 end self end