Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
motion-prime/core_ext/nil_class.rb

Instance Method Summary collapse

Instance Method Details

#weakref_alive?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'motion-prime/core_ext/nil_class.rb', line 2

def weakref_alive?
  false
end