# File lib/puppet/util/rdoc/code_objects.rb, line 209 209: def full_name 210: @type + "[" + @title + "]" 211: end