module FFaker::Food
Public Instance Methods
Source
# File lib/ffaker/food.rb, line 24 def herb_or_spice fetch_sample(HERB_SPICE) end
Source
# File lib/ffaker/food.rb, line 8 def ingredient send(%w[vegetable fruit meat herb_or_spice][rand 4]) end
# File lib/ffaker/food.rb, line 24 def herb_or_spice fetch_sample(HERB_SPICE) end
# File lib/ffaker/food.rb, line 8 def ingredient send(%w[vegetable fruit meat herb_or_spice][rand 4]) end