method

visit_Regexp

visit_Regexp(o)
public

No documentation available.

# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 161
      def visit_Regexp o
        @emitter.scalar o.inspect, nil, '!ruby/regexp', false, false, Nodes::Scalar::ANY
      end