diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-16 00:48:27 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-20 12:32:51 -0500 |
commit | 987d45e99a299c3b24418b2976e8ec9d5f3bf404 (patch) | |
tree | 2e1a731642cf7dc9e4e620bad0a425418f33d36e /libraries/rubygem-trollop/README | |
parent | 93ba4df5022a8c4d422dd97a2a13ffa8a8946453 (diff) | |
download | slackbuilds-987d45e99a299c3b24418b2976e8ec9d5f3bf404.tar.gz |
ruby/*: Moved all (or at least most) Ruby stuff to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/rubygem-trollop/README')
-rw-r--r-- | libraries/rubygem-trollop/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libraries/rubygem-trollop/README b/libraries/rubygem-trollop/README deleted file mode 100644 index f12d071998..0000000000 --- a/libraries/rubygem-trollop/README +++ /dev/null @@ -1,5 +0,0 @@ -Trollop 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, command subcompletion, and sensible defaults for everything -you don't specify. |