Class: Mccloud::Command::DefineCommand
- Defined in:
- lib/mccloud/command/define.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Helpers
Constructor Details
This class inherits a constructor from Mccloud::Command::Base
Instance Method Details
#execute ⇒ Object
10 11 12 13 |
# File 'lib/mccloud/command/define.rb', line 10 def execute env.ui.info "Define #{name} with template #{template}" env.config.definitions.define(name,template) end |