Class: Zae::Commands
- Inherits:
-
Object
- Object
- Zae::Commands
- Defined in:
- lib/zae/commands.rb
Overview
All Commands available
Constant Summary collapse
- ACTIONS =
%i[clean build depends download info install installed remove search update upgrade].freeze
Class Method Summary collapse
-
.create_commands ⇒ Object
generate dynamically methods of every command.
- .exec ⇒ Object
Instance Method Summary collapse
-
#initialize ⇒ Commands
constructor
A new instance of Commands.
Constructor Details
#initialize ⇒ Commands
Returns a new instance of Commands.
19 20 21 |
# File 'lib/zae/commands.rb', line 19 def initialize Commands.create_commands end |