In Files

  • psych/lib/psych/streaming.rb

Methods

Psych::Streaming

Public Instance Methods

start(encoding = Nodes::Stream::UTF8) click to toggle source

Start streaming using encoding

 
               # File psych/lib/psych/streaming.rb, line 17
def start encoding = Nodes::Stream::UTF8
  super.tap { yield self if block_given?  }
ensure
  finish if block_given?
end
            
There is an updated format of the API docs for this version here.