slackbuilds_ponce/ruby/rubygem-highline
Robby Workman 987d45e99a ruby/*: Moved all (or at least most) Ruby stuff to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-03-20 12:32:51 -05:00
..
README ruby/*: Moved all (or at least most) Ruby stuff to here 2011-03-20 12:32:51 -05:00
rubygem-highline.info ruby/*: Moved all (or at least most) Ruby stuff to here 2011-03-20 12:32:51 -05:00
rubygem-highline.SlackBuild ruby/*: Moved all (or at least most) Ruby stuff to here 2011-03-20 12:32:51 -05:00
slack-desc ruby/*: Moved all (or at least most) Ruby stuff to here 2011-03-20 12:32:51 -05:00

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.