summaryrefslogtreecommitdiffstats
path: root/ruby/ncurses-ruby/README
diff options
context:
space:
mode:
author Jostein Berntsen <jbernts@broadpark.no>2016-10-05 07:16:14 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-05 07:16:14 +0700
commit6f5ca725bf17413bede710c7daaeca7103fe043a (patch)
treefd0fc84e660e7b0ee747efe4929facb209e9a1b0 /ruby/ncurses-ruby/README
parentedc10f1a3be1d9d0924217eb2e7e172672c7b03c (diff)
downloadslackbuilds-6f5ca725bf17413bede710c7daaeca7103fe043a.tar.gz
slackbuilds-6f5ca725bf17413bede710c7daaeca7103fe043a.tar.xz
ruby/ncurses-ruby: Added (Ruby module for accessing the ncurses).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/ncurses-ruby/README')
-rw-r--r--ruby/ncurses-ruby/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby/ncurses-ruby/README b/ruby/ncurses-ruby/README
new file mode 100644
index 0000000000..9aa4037fa6
--- /dev/null
+++ b/ruby/ncurses-ruby/README
@@ -0,0 +1,6 @@
+A Ruby module for accessing the ncurses library
+
+This ncurses interface provides access to the functions, macros, global
+variables and constants of the ncurses library. These are mapped to a Ruby
+Module named "Ncurses": Functions and external variables are implemented as
+singleton functions of the Ncurses module.