Method: Rook::Cooking#finish
- Defined in:
- lib/rook/kitchen.rb
#finish(recipe) ⇒ Object
695 696 697 698 699 |
# File 'lib/rook/kitchen.rb', line 695 def finish(recipe) recipe.all_products.each do |prod| @cooked[prod] = @now_cooking.delete(prod) end end |