Class: Concurrent::Edge::AtomicMarkableReference::ImmutableArray

Inherits:
Array
  • Object
show all
Defined in:
lib/concurrent/edge/atomic_markable_reference.rb

Overview

Internal/private ImmutableArray for representing pairs

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



179
180
181
# File 'lib/concurrent/edge/atomic_markable_reference.rb', line 179

def self.new(*args)
  super(*args).freeze
end