method
visit_Psych_Nodes_Scalar
v2_1_10 -
Show latest stable
- Class:
Psych::Visitors::Emitter
visit_Psych_Nodes_Scalar(o)public
No documentation available.
# File ext/psych/lib/psych/visitors/emitter.rb, line 30
def visit_Psych_Nodes_Scalar o
@handler.scalar o.value, o.anchor, o.tag, o.plain, o.quoted, o.style
end