# File lib/facter/util/resolution.rb, line 171
  def weight
    if @weight
      @weight
    else
      @confines.length
    end
  end