Method: Boxen::Runner#report
- Defined in:
- lib/boxen/runner.rb
#report(result) ⇒ Object
44 45 46 47 48 |
# File 'lib/boxen/runner.rb', line 44 def report(result) hooks.each { |hook| hook.new(config, checkout, puppet, result).run } result end |