981f6e2701
work across multiple runtimes (MRI, REE, YARV, Jruby, Rubinius, and IronRuby). Also includes implementation of maps/hashes that use references and a reference queue. WWW: http://github.com/bdurand/ref PR: ports/182695 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
6 lines
276 B
Text
6 lines
276 B
Text
Library that implements weak, soft, and strong references in Ruby that
|
|
work across multiple runtimes (MRI, REE, YARV, Jruby, Rubinius, and
|
|
IronRuby). Also includes implementation of maps/hashes that use references
|
|
and a reference queue.
|
|
|
|
WWW: http://github.com/bdurand/ref
|