class Ingredient
Public Instance Methods
cuttable?()
click to toggle source
# File lib/ingredients.rb, line 2 def cuttable? false end
raw_eatable?()
click to toggle source
# File lib/ingredients.rb, line 6 def raw_eatable? false end