Module: Chronological::RelativeTimeframe

Defined in:
lib/chronological/relative_timeframe.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



91
92
93
94
# File 'lib/chronological/relative_timeframe.rb', line 91

def self.included(base)
  base.extend Chronological::Base
  base.extend ClassMethods
end