Module: T::Private::MixesInClassMethods

Defined in:
lib/types/private/mixins/mixins.rb

Instance Method Summary collapse

Instance Method Details

#included(other) ⇒ Object



6
7
8
9
10
# File 'lib/types/private/mixins/mixins.rb', line 6

def included(other)
  mods = Abstract::Data.get(self, :class_methods_mixins)
  mods.each {|mod| other.extend(mod)}
  super
end