diff options
Diffstat (limited to 'ruby/rubygem-highline/slack-desc')
-rw-r--r-- | ruby/rubygem-highline/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ruby/rubygem-highline/slack-desc b/ruby/rubygem-highline/slack-desc deleted file mode 100644 index 0fad89ef8c..0000000000 --- a/ruby/rubygem-highline/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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: |