class Psych::Handlers::DocumentStream

def initialize &block

:nodoc:
def initialize &block
  super
  @block = block
end