Class: FrogsAndBugs
- Inherits:
-
Object
- Object
- FrogsAndBugs
- Defined in:
- lib/frogs-and-bugs.rb
Constant Summary collapse
- BUGS =
['House Fly Soufflee', 'Centipede Stew', 'Bee Bunt Cake']
Class Method Summary collapse
Class Method Details
.recommend_dinner_selection ⇒ Object
10 11 12 |
# File 'lib/frogs-and-bugs.rb', line 10 def self.recommend_dinner_selection BUGS.choice end |