summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-highline/README
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/rubygem-highline/README')
-rw-r--r--ruby/rubygem-highline/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/ruby/rubygem-highline/README b/ruby/rubygem-highline/README
new file mode 100644
index 0000000000..04cdaac4a1
--- /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.