method

visit_Time

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