Method: InBusiness::InstanceMethods#reset
- Defined in:
- lib/in_business.rb
#reset ⇒ Object
29 30 31 32 33 34 |
# File 'lib/in_business.rb', line 29 def reset # Used for clearing the state of InBusiness between specs self.holidays = [] self.hours = {} true end |