class FrogsAndBugs

Constants

BUGS

Public Class Methods

recommend_dinner_selection() click to toggle source
# File lib/frogs-and-bugs.rb, line 10
def self.recommend_dinner_selection
  BUGS.choice
end