method
visit_Integer
v2_4_6 -
Show latest stable
- Class:
Psych::Visitors::YAMLTree
visit_Integer(o)public
No documentation available.
# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 288
def visit_Integer o
@emitter.scalar o.to_s, nil, nil, true, false, Nodes::Scalar::ANY
end