method
visit_Psych_Nodes_Document
v2_4_6 -
Show latest stable
- Class:
Psych::Visitors::Emitter
visit_Psych_Nodes_Document(o)public
No documentation available.
# File ext/psych/lib/psych/visitors/emitter.rb, line 25
def visit_Psych_Nodes_Document o
@handler.start_document o.version, o.tag_directives, o.implicit
o.children.each { |c| accept c }
@handler.end_document o.implicit_end
end