diff options
-rw-r--r-- | ruby/ncurses-ruby/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ruby/ncurses-ruby/README b/ruby/ncurses-ruby/README index 9aa4037fa607..53043eab3dde 100644 --- a/ruby/ncurses-ruby/README +++ b/ruby/ncurses-ruby/README @@ -1,6 +1,7 @@ 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. +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. |