Class: AndParcel::Command
- Inherits:
-
Object
- Object
- AndParcel::Command
- Defined in:
- bin/parcel
Direct Known Subclasses
CatalogCommand, InstallCommand, LintCommand, ListCommand, PackageCommand, RemoveCommand
Class Method Summary collapse
Class Method Details
.inherited(subclass) ⇒ Object
29 30 31 32 33 |
# File 'bin/parcel', line 29 def self.inherited(subclass) if subclass.name.match(/AndParcel\:\:(.*)+Command/) AndParcel.commands[$1.downcase]=subclass end end |