diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:51:13 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:02 -0400 |
commit | 564afaff0148c0c5a34a350f3eec8c7e02737ee9 (patch) | |
tree | d87d55b6affca532f769526d348a5e34e089dbca /ruby | |
parent | 708286e6408f8bece25c9d46c7828a84a83ea6dd (diff) | |
download | slackbuilds-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/README | 7 |
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. |