# File lib/facter/util/resolution.rb, line 171 171: def weight 172: if @weight 173: @weight 174: else 175: @confines.length 176: end 177: end