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