Class: RandomPizza
- Inherits:
-
Object
- Object
- RandomPizza
- Defined in:
- lib/random_pizza.rb
Overview
This class suggests a random pizza to adventurous impatient hungry people
Instance Method Summary collapse
Instance Method Details
#suggestion ⇒ Object
6 7 8 |
# File 'lib/random_pizza.rb', line 6 def suggestion "You should try #{crust} crust with #{sauce} sauce and #{toppings}." end |