start(encoding = Nodes::Stream::UTF8)
No documentation available.
# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 86 def start encoding = Nodes::Stream::UTF8 @emitter.start_stream(encoding).tap do @started = true end end