Method: Psych::JSON::RubyEvents#visit_String
- Defined in:
- lib/psych/json/ruby_events.rb
#visit_String(o) ⇒ Object Also known as: visit_Symbol
14 15 16 |
# File 'lib/psych/json/ruby_events.rb', line 14 def visit_String o @emitter.scalar o.to_s, nil, nil, false, true, Nodes::Scalar::DOUBLE_QUOTED end |