# File lib/chef/formatters/error_descriptor.rb, line 28
      def initialize(title)
        @title = title
        @sections = []
      end