# File lib/core/facets/module/op.rb, line 35
  def +(other)
    base = self
    Module.new do
      include base
      include other
    end
  end