class CakeLie::Frosting

Constants

CAKES
COLORS

Public Instance Methods

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