Method: Rook::Cooking#start
- Defined in:
- lib/rook/kitchen.rb
#start(recipe) ⇒ Object
688 689 690 691 692 |
# File 'lib/rook/kitchen.rb', line 688 def start(recipe) recipe.all_products.each do |prod| @now_cooking[prod] = recipe end end |