# File lib/puppet/resource/reference.rb, line 84
84:
def
to_s
85:
"%s[%s]"
%
[
@type
,
@title
] 86:
end