method
start
v2_6_3 -
Show latest stable
- Class:
Psych::Visitors::YAMLTree
start(encoding = Nodes::Stream::UTF8)public
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