Wagyu¶
- class food.meat.Wagyu(name='Wagyu Beef', animal='cow')¶
Wagyu beef class
- cook_steak(size='medium')¶
Cook a steak of a given size.
- Parameters:
size (str) – The size of the steak. Default is “medium”.
- cook_sukiyaki(size='large')¶
Cook sukiyaki of a given size.
- Parameters:
size (str) – The size of the sukiyaki. Default is “large”.
- describe()¶
Return a description of the meat.
- Returns:
A description of the meat.
- Return type:
str