class Faker::Dessert
Public Class Methods
flavor()
click to toggle source
# File lib/faker/dessert.rb, line 14 def flavor fetch('dessert.flavor') end
topping()
click to toggle source
# File lib/faker/dessert.rb, line 10 def topping fetch('dessert.topping') end
variety()
click to toggle source
# File lib/faker/dessert.rb, line 6 def variety fetch('dessert.variety') end