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 /ruby/rubygem-highline/slack-desc | |
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 'ruby/rubygem-highline/slack-desc')
-rw-r--r-- | ruby/rubygem-highline/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ruby/rubygem-highline/slack-desc b/ruby/rubygem-highline/slack-desc new file mode 100644 index 0000000000..0fad89ef8c --- /dev/null +++ b/ruby/rubygem-highline/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rubygem-highline: rubygem-highline (ruby console input library) +rubygem-highline: +rubygem-highline: HighLine is a Ruby Gem designed to ease the tasks of doing console +rubygem-highline: input and output with low-level methods like gets() and puts(). +rubygem-highline: HighLine provides a robust system for requesting data from a user, +rubygem-highline: without needing to code all the error checking and validation rules +rubygem-highline: and without needing to convert the typed strings into what your +rubygem-highline: program really needs. +rubygem-highline: +rubygem-highline: +rubygem-highline: |