method
visit_Time
v2_2_9 -
Show latest stable
- Class:
Psych::JSON::RubyEvents
visit_Time(o)public
No documentation available.
# File ext/psych/lib/psych/json/ruby_events.rb, line 4
def visit_Time o
formatted = format_time o
@emitter.scalar formatted, nil, nil, false, true, Nodes::Scalar::DOUBLE_QUOTED
end