method

__getobj__

v2_2_9 - Show latest stable - Class: WeakRef
__getobj__()
public

No documentation available.

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