method

start

start(encoding = Nodes::Stream::UTF8)
public

No documentation available.

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