class Psych::Visitors::DepthFirst

def nary o

def nary o
  o.children.each { |x| visit x }
  @block.call o
end