module T::Private::MixesInClassMethods
Public Instance Methods
included(other)
click to toggle source
Calls superclass method
# 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