method
visit_Time
v2_5_5 -
Show latest stable
- Class:
Psych::Visitors::YAMLTree
visit_Time(o)public
No documentation available.
# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 235
def visit_Time o
formatted = format_time o
register o, @emitter.scalar(formatted, nil, nil, true, false, Nodes::Scalar::ANY)
end