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

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

def run
  infov 'Project', build.project
  infov 'Target directory', build.target_dir
  build.run
  success 'Done'
end