diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-26 20:12:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:57 +0700 |
commit | 8a31db7d9cf4a54ff11d8f6da2c9a587c2f22eab (patch) | |
tree | 7bbec46c896c75dd5eb28550a94e637c1796d295 /ruby/rubygem-file-tail/README | |
parent | a42c7aa442518cdbd3f10c230b3e50943c836238 (diff) |
ruby/rubygem-file-tail: Added (Library to tail files in Ruby).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-file-tail/README')
-rw-r--r-- | ruby/rubygem-file-tail/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/rubygem-file-tail/README b/ruby/rubygem-file-tail/README new file mode 100644 index 0000000000000..75eb8e5369923 --- /dev/null +++ b/ruby/rubygem-file-tail/README @@ -0,0 +1,2 @@ +This is a small ruby library that allows it to "tail" files in Ruby, including +following a file, that still is growing like the unix command 'tail -f' can. |