method
visit_Regexp
v2_1_10 -
Show latest stable
- Class:
Psych::Visitors::YAMLTree
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