summaryrefslogtreecommitdiff
path: root/ruby/rubygem-highline/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2013-01-31 18:40:11 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-02-05 22:40:16 -0600
commit6f72090049a4afacdbac712e1aed318800dbfb4d (patch)
tree0a5ac6e916decf9a0f972eace12728a39477a6ad /ruby/rubygem-highline/README
parentcb49bf6424655562402601e8a1bc573a2995faa1 (diff)
downloadslackbuilds-6f72090049a4afacdbac712e1aed318800dbfb4d.tar.gz
ruby/rubygem-highline: Removed (no longer needed)
This is not needed by anything else in the repo. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-highline/README')
-rw-r--r--ruby/rubygem-highline/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/ruby/rubygem-highline/README b/ruby/rubygem-highline/README
deleted file mode 100644
index 04cdaac4a1..0000000000
--- a/ruby/rubygem-highline/README
+++ /dev/null
@@ -1,7 +0,0 @@
-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.