Class SyncArray
In: lib/more/facets/syncarray.rb
Parent: Array

Methods

new  

Attributes

sync  [R] 

Public Class methods

gmosx: delegator is not yet used.

[Source]

# File lib/more/facets/syncarray.rb, line 51
  def initialize(delegator = nil)
    @sync = ::Sync.new()
    super()
  end

[Validate]