Flowdock
method

revive

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: ToRuby
revive(klass, node) 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 372
      def revive klass, node
        s = register(node, klass.allocate)
        init_with(s, revive_hash({}, node), node)
      end
Register or log in to add new notes.