summaryrefslogtreecommitdiffstats
path: root/ruby
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:51:13 +0100
committer B. Watson2022-03-17 17:38:02 +0100
commit564afaff0148c0c5a34a350f3eec8c7e02737ee9 (patch)
treed87d55b6affca532f769526d348a5e34e089dbca /ruby
parent708286e6408f8bece25c9d46c7828a84a83ea6dd (diff)
downloadslackbuilds-564afaff0148c0c5a34a350f3eec8c7e02737ee9.tar.gz
ruby/rubygem-ruby_parser: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'ruby')
-rw-r--r--ruby/rubygem-ruby_parser/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/ruby/rubygem-ruby_parser/README b/ruby/rubygem-ruby_parser/README
index fec9198c60..7b34f3e728 100644
--- a/ruby/rubygem-ruby_parser/README
+++ b/ruby/rubygem-ruby_parser/README
@@ -1,3 +1,4 @@
-ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc–which
-does by default use a C extension). RP's output is the same as ParseTree's
-output: s-expressions using ruby's arrays and base types.
+ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
+racc–which does by default use a C extension). RP's output is the
+same as ParseTree's output: s-expressions using ruby's arrays and base
+types.