class Commander::Commands
- Commander::Commands
- Reference
- Object
Included Modules
- Enumerable(Commander::Command)
Defined in:
commander/commands.crConstructors
Instance Method Summary
- #add(&)
- #add(command : Command)
- #commands : Array(Command)
-
#each(&)
Must yield this collection's elements to the block.
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Commander::Command)
Must yield this collection's elements to the block.