# File lib/puppet/indirector/indirection.rb, line 76
76:   def doc
77:     text = ""
78: 
79:     text += scrub(@doc) + "\n\n" if @doc
80: 
81:     if s = terminus_setting
82:       text += "* **Terminus Setting**: #{terminus_setting}"
83:     end
84: 
85:     text
86:   end