summaryrefslogtreecommitdiff
path: root/devel/ruby-cmd
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Update HOMEPAGE and fix a typo in COMMENT.minskim1-3/+3
2005-04-11Import ruby-cmd.minskim4-0/+37
cmd 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.