class CakeLie::Frosting

Constants

CAKES
COLORS

Public Instance Methods

cake_with_color() click to toggle source
# File lib/cake_lie.rb, line 14
def cake_with_color
  "A #{COLORS.sample} #{spatula}"
end
spatula() click to toggle source
# File lib/cake_lie.rb, line 10
def spatula
  CAKES.sample
end