class LemonadeStand::HeatWaveEvent

Public Instance Methods

modify(choice) click to toggle source
# File lib/lemonade_stand/events/heat_wave_event.rb, line 5
def modify choice
  choice.max_sales * 2
end