method

start_stream

start_stream(encoding)
public

No documentation available.

# File ext/psych/lib/psych/tree_builder.rb, line 65
    def start_stream encoding
      @root = Nodes::Stream.new(encoding)
      push @root
    end