mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
987d45e99a
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
7 lines
419 B
Text
7 lines
419 B
Text
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.
|