# File lib/core/facets/module/method_clash.rb, line 52
  def method_clash?(other) 
    c = method_clash(other) 
    !c.empty?
  end