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