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