method
revive
v2_4_6 -
Show latest stable
- Class:
Psych::Visitors::ToRuby
revive(klass, node)private
No documentation available.
# 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