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