libcmd-ruby | library for building line-oriented command interpreters in Ruby | Mehr ...
This is a library for building line-oriented command interpreters in Ruby. Simply inherit from cmd's Cmd class, and methods whose names start with "do_" become interactive commands. cmd is inspired by the Python library of the same name, but offers a distinctive Ruby feel and several additional features. . This is a dummy package depending on the library for the current default version of Ruby.
libcmd-ruby1.8 | library for building line-oriented command interpreters in Ruby 1.8 | Mehr ...
This is a library for building line-oriented command interpreters in Ruby. Simply inherit from cmd's Cmd class, and methods whose names start with "do_" become interactive commands. cmd is inspired by the Python library of the same name, but offers a distinctive Ruby feel and several additional features.