class Psych::Nodes::Stream

def initialize encoding = UTF8

See also Psych::Handler#start_stream

defaults to Psych::Nodes::Stream::UTF8.
Create a new Psych::Nodes::Stream node with an +encoding+ that
##
def initialize encoding = UTF8
  super()
  @encoding = encoding
end