84 85 86 87 88
# File 'lib/psych/tree_builder.rb', line 84 def start_stream encoding @root = Nodes::Stream.new(encoding) set_start_location(@root) push @root end