# File lib/xml/dom/visitor.rb, line 49 def visit_Document(grove, *rest) grove.children_accept(self, *rest) end