method

sync_extended

v1_8_6_287 - Show latest stable - Class: Sync_m
sync_extended()
public

No documentation available.

# File lib/sync.rb, line 104
  def sync_extended
    unless (defined? locked? and
            defined? shared? and
            defined? exclusive? and
            defined? lock and
            defined? unlock and
            defined? try_lock and
            defined? synchronize)
      Sync_m.define_aliases(class<<self;self;end)
    end
    sync_initialize
  end