method
sync_extended
ruby latest stable - Class:
Sync_m
sync_extended()public
No documentation available.
# File lib/sync.rb, line 105
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