# File lib/facter/util/resolution.rb, line 100
100:   def weight
101:     if @weight
102:       @weight
103:     else
104:       @confines.length
105:     end
106:   end