# File lib/puppet/resource/type_collection.rb, line 26
26:   def <<(thing)
27:     add(thing)
28:     self
29:   end