diff options
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/rubygem-optimist/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ruby/rubygem-optimist/README b/ruby/rubygem-optimist/README index 8af9d6e03b8d..b6ec0d9d07f0 100644 --- a/ruby/rubygem-optimist/README +++ b/ruby/rubygem-optimist/README @@ -1,4 +1,4 @@ -Optimist is a commandline option parser for Ruby that just gets out of your -way. One line of code per option is all you need to write. For that, you get a -nice automatically-generated help page, robust option parsing, and sensible -defaults for everything you don't specify. +Optimist is a commandline option parser for Ruby that just gets out +of your way. One line of code per option is all you need to write. For +that, you get a nice automatically-generated help page, robust option +parsing, and sensible defaults for everything you don't specify. |