# File lib/puppet/util/reference.rb, line 20
20:     def self.newreference(name, options = {}, &block)
21:         ref = self.new(name, options, &block)
22:         instance_hash(:reference)[symbolize(name)] = ref
23: 
24:         ref
25:     end