method

visit_Regexp

visit_Regexp(o)
public

No documentation available.

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