# File lib/core/facets/module/ancestor.rb, line 11
  def ancestor?( mod )
    ancestors.include? mod
  end