# File lib/yard/templates/helpers/text_helper.rb, line 27
        def indent(text, len = 4)
          text.gsub(/^/, ' ' * len)
        end