# File lib/buildr/core/doc.rb, line 114
      def include(*files)
        @files.include *files.flatten.compact
        self
      end