method

visit_Psych_Nodes_Scalar

visit_Psych_Nodes_Scalar(o)
public

No documentation available.

# File ext/psych/lib/psych/visitors/emitter.rb, line 30
      def visit_Psych_Nodes_Scalar o
        @handler.scalar o.value, o.anchor, o.tag, o.plain, o.quoted, o.style
      end