Method: InBusiness::InstanceMethods#reset

Defined in:
lib/in_business.rb

#resetObject



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