# File lib/puppet/util/reference.rb, line 188
188:     def to_trac(with_contents = true)
189:         "{{{\n#!rst\n#{self.to_rest(with_contents)}\n}}}"
190:     end