Class: RandomPizza

Inherits:
Object
  • Object
show all
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

#suggestionObject



6
7
8
# File 'lib/random_pizza.rb', line 6

def suggestion
  "You should try #{crust} crust with #{sauce} sauce and #{toppings}."
end