# File lib/puppet/resource/catalog.rb, line 59
59:   def title_key_for_ref( ref )
60:     ref =~ /^([-\w:]+)\[(.*)\]$/m
61:     [$1, $2]
62:   end