class Psych::Visitors::DepthFirst

def initialize block

def initialize block
  @block = block
end