method

visit_Time

visit_Time(o)
public

No documentation available.

# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 171
      def visit_Time o
        formatted = format_time o
        @emitter.scalar formatted, nil, nil, true, false, Nodes::Scalar::ANY
      end