Flowdock
method

register_empty

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: ToRuby
register_empty(object) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/psych/lib/psych/visitors/to_ruby.rb, line 293
      def register_empty object
        list = register(object, [])
        object.children.each { |c| list.push accept c }
        list
      end
Register or log in to add new notes.