Module: Pharrell::Constructor::ClassMethods

Defined in:
lib/pharrell/constructor.rb

Constant Summary collapse

@@constructor =
[]

Instance Method Summary collapse

Instance Method Details

#__pharrell_constructor_classesObject



14
15
16
# File 'lib/pharrell/constructor.rb', line 14

def __pharrell_constructor_classes
  @@constructor
end

#constructor(*klasses) ⇒ Object



10
11
12
# File 'lib/pharrell/constructor.rb', line 10

def constructor(*klasses)
  @@constructor = klasses
end