Class: LemonadeStand::StormEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/lemonade_stand/events/storm_event.rb

Constant Summary

Constants inherited from Event

Event::DAY_TYPES

Instance Method Summary collapse

Methods inherited from Event

build, cloudy_event_for, for, hot_and_dry_event_for, sunny_event_for

Instance Method Details

#modify(_) ⇒ Object



5
6
7
# File 'lib/lemonade_stand/events/storm_event.rb', line 5

def modify _
  0
end