class Psych::Visitors::ToRuby

def register_empty object

def register_empty object
  list = register(object, [])
  object.children.each { |c| list.push accept c }
  list
end