# File lib/templater/manifold.rb, line 91
    def desc(text = nil)
      @text = text if text
      return @text.realign_indentation
    end