slackbuilds_ponce/ruby/rubygem-highline/slack-desc
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

19 lines
1.1 KiB
Text

# 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: