Class: Object

Inherits:
BasicObject
Defined in:
lib/motion-memorymanagement/runtime_helpers.rb

Instance Method Summary collapse

Instance Method Details

#to_weakproxyObject



6
7
8
# File 'lib/motion-memorymanagement/runtime_helpers.rb', line 6

def to_weakproxy
  MAZeroingWeakProxy.proxyWithTarget(self)
end

#to_weakrefObject



2
3
4
# File 'lib/motion-memorymanagement/runtime_helpers.rb', line 2

def to_weakref
  MAZeroingWeakRef.refWithTarget(self)
end