Class: NotReallyWeakRefSet
- Inherits:
-
Sequence::WeakRefSet
- Object
- Set
- Sequence::WeakRefSet
- NotReallyWeakRefSet
- Defined in:
- lib/sequence/weakrefset.rb
Constant Summary collapse
- @@keeprefs =
[]
Class Method Summary collapse
Methods inherited from Sequence::WeakRefSet
#==, [], #^, #add, #clear, #delete, #delete?, #delete_if, #each, #empty?, #hash, #include?, #initialize, #inspect, #merge, #replace, #size, #subtract, #to_a
Constructor Details
This class inherits a constructor from Sequence::WeakRefSet
Class Method Details
.new(*args) ⇒ Object
326 327 328 329 |
# File 'lib/sequence/weakrefset.rb', line 326 def new(*args) @@keeprefs.concat args super end |