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



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

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