method

__getobj__

ruby latest stable - Class: WeakRef
__getobj__()
public

No documentation available.

# File lib/weakref.rb, line 46
  def __getobj__ # :nodoc:
    @@__map[self] or defined?(@delegate_sd_obj) ? @delegate_sd_obj :
      Kernel::raise(RefError, "Invalid Reference - probably recycled", Kernel::caller(2))
  end