# File lib/nokogiri/xml/builder.rb, line 253
      def self.with root, &block
        builder = self.new({}, root, &block)
      end