class Psych::Visitors::ToRuby

def visit_Psych_Nodes_Stream o

def visit_Psych_Nodes_Stream o
  o.children.map { |c| accept c }
end