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