visit_BigDecimal(o)public
No documentation available.
# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 281
def visit_BigDecimal o
@emitter.scalar o._dump, nil, '!ruby/object:BigDecimal', false, false, Nodes::Scalar::ANY
end