Class: StackMaster::Commands::Diff

Inherits:
Object
  • Object
show all
Includes:
Commander::UI, StackMaster::Command
Defined in:
lib/stack_master/commands/diff.rb

Instance Method Summary collapse

Methods included from StackMaster::Command

included, #initialize, #success?

Instance Method Details

#performObject



7
8
9
# File 'lib/stack_master/commands/diff.rb', line 7

def perform
  StackMaster::StackDiffer.new(proposed_stack, stack).output_diff
end