Module: Toji::Ingredient::Yeast
- Includes:
- Base
- Defined in:
- lib/toji/ingredient/yeast.rb
Instance Method Summary collapse
-
#ingredient_key ⇒ Object
酵母名、協会酵母番号.
Instance Method Details
#ingredient_key ⇒ Object
酵母名、協会酵母番号
16 17 18 |
# File 'lib/toji/ingredient/yeast.rb', line 16 def ingredient_key [brand, unit].join(":") end |