register_empty(object)
No documentation available.
# File ext/psych/lib/psych/visitors/to_ruby.rb, line 328 def register_empty object list = register(object, []) object.children.each { |c| list.push accept c } list end