Module: Teasy::PeriodNotFoundHandling

Included in:
Teasy
Defined in:
lib/teasy/period_not_found_handling.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

UnknownPeriodNotFoundHandler =
Class.new(StandardError)

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/teasy/period_not_found_handling.rb', line 7

def self.included(base)
  base.extend(ClassMethods)
end