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