-
Notifications
You must be signed in to change notification settings - Fork 3
Home
trans edited this page Dec 19, 2012
·
9 revisions
Executable is to the commandline, what ActiveRecord is the database. You can think of Executable as a COM, a Command-line Object Mapper, just as ActiveRecord is an ORM (Object Relational Mapper). Any class mixing in Executable or subclassing Executable::Command can define a complete command line tool using nothing more than Ruby's standard syntax. No special DSL is required.
Executable is copyrighted open source software.
Copyright (c) 2008 Rubyworks (BSD-2-Clause)
It can be distributed and modified in accordance with the BSD-2-Clause license.