Class: Ehbrs::Tools::Runner::CookingBook::Build

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/tools/runner/cooking_book/build.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
20
21
# File 'lib/ehbrs/tools/runner/cooking_book/build.rb', line 16

def run
  start_banner
  build.run
  open
  success 'Done'
end