visit_Psych_Nodes_Sequence(o)public
No documentation available.
# File ext/psych/lib/psych/visitors/emitter.rb, line 35
def visit_Psych_Nodes_Sequence o
@handler.start_sequence o.anchor, o.tag, o.implicit, o.style
o.children.each { |c| accept c }
@handler.end_sequence
end