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/README | |
parent | 93ba4df5022a8c4d422dd97a2a13ffa8a8946453 (diff) |
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/README')
-rw-r--r-- | ruby/rubygem-highline/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ruby/rubygem-highline/README b/ruby/rubygem-highline/README new file mode 100644 index 000000000000..04cdaac4a1cd --- /dev/null +++ b/ruby/rubygem-highline/README @@ -0,0 +1,7 @@ +HighLine is a Ruby Gem designed to ease the tasks of doing console +input and output with low-level methods like gets() and puts(). +HighLine provides a robust system for requesting data from a user, +without needing to code all the error checking and validation rules and +without needing to convert the typed Strings into what your program +really needs. Just tell HighLine what you're after, and let it do +all the work. |