Class: StackMaster::Commands::Compile
- Inherits:
-
Object
- Object
- StackMaster::Commands::Compile
- Includes:
- Commander::UI, StackMaster::Command
- Defined in:
- lib/stack_master/commands/compile.rb
Instance Method Summary collapse
Methods included from StackMaster::Command
included, #initialize, #success?
Instance Method Details
#perform ⇒ Object
7 8 9 |
# File 'lib/stack_master/commands/compile.rb', line 7 def perform StackMaster.stdout.puts(proposed_stack.template_body) end |