Method: Psych::TreeBuilder#start_stream

Defined in:
lib/psych/tree_builder.rb

#start_stream(encoding) ⇒ Object



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