class LemonadeStand::StreetWorkEvent

Public Instance Methods

modify(choice) click to toggle source
# File lib/lemonade_stand/events/street_work_event.rb, line 5
def modify choice
  rand(4) == 3 ? choice.glasses_made : 0
end