method

sync_extend

v1_9_2_180 - Show latest stable - Class: Sync_m
sync_extend()
public

No documentation available.

# File lib/sync.rb, line 101
  def sync_extend
    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(singleton_class)
    end
    sync_initialize
  end