= private = protected
new(orig)
Create a new WeakRef from orig.
# File lib/weakref.rb, line 49 def initialize(orig) super __setobj__(orig) end