Flowdock
method

start_stream

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: TreeBuilder
start_stream(encoding) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/psych/lib/psych/tree_builder.rb, line 65
    def start_stream encoding
      @root = Nodes::Stream.new(encoding)
      push @root
    end
Register or log in to add new notes.