# File lib/facter/core/suitable.rb, line 99
  def weight
    if @weight
      @weight
    else
      @confines.length
    end
  end