Module: RubySeasons

Defined in:
lib/ruby_seasons/ruby_seasons.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



47
48
49
50
# File 'lib/ruby_seasons/ruby_seasons.rb', line 47

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end