Installation
============

Just type into the command line as root:

# rake install

or

# ruby install.rb

Documentation
=============

To create the documentation of this module, type

$ rake doc

or

$ ruby make_doc.rb

and the API documentation is generated by your rdoc command.

In the examples direcotry is a small example of tail and
pager program that use this module. You also may want look
at the end of file/tail.rb for a little example.

Author
======

Florian Frank <flori@ping.de>

License
=======

GNU General Public License (GPL), Version 2

