47 48 49 50 51 52
# File 'lib/stack_master/stack_differ.rb', line 47 def body_diff @body_diff ||= Diff.new(name: 'Stack', before: current_template, after: proposed_template, context: 7) end