Class: Mccloud::Command::InitCommand
- Defined in:
- lib/mccloud/command/init.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
8 9 10 |
# File 'lib/mccloud/command/init.rb', line 8 def execute env.generator.generate() end |