diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:49:25 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:01 -0400 |
commit | db656982023121ce53dc9af08a6d4d917824a3ba (patch) | |
tree | 0015fb5efbf05753c28cb3bfe991d694046a225c | |
parent | 4d93d4155aac2847bf1d7ed64b68fbcc030cd861 (diff) |
ruby/rubygem-file-tail: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | ruby/rubygem-file-tail/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ruby/rubygem-file-tail/README b/ruby/rubygem-file-tail/README index 75eb8e536992..42e346131478 100644 --- a/ruby/rubygem-file-tail/README +++ b/ruby/rubygem-file-tail/README @@ -1,2 +1,3 @@ -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. +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. |