Module IOTail
In: lib/io_tail.rb

IOTail provides a tail_lines method as a mixin. By default it is included into IO and StringIO, if present. If you require StringIO after IOTail, then simply open StringIO and include IOTail.

Methods

Public Instance methods

Jumps to near the end of the IO, then yields each line, waiting for new lines if it reaches eof?

[Validate]