6 7 8 9 10
# File 'lib/types/private/mixins/mixins.rb', line 6 def included(other) mod = Abstract::Data.get(self, :class_methods_mixin) other.extend(mod) super end