method
mu_extended
v1_8_7_330 -
Show latest stable
- Class:
Mutex_m
mu_extended()public
No documentation available.
# File lib/mutex_m.rb, line 52
def mu_extended
unless (defined? locked? and
defined? lock and
defined? unlock and
defined? try_lock and
defined? synchronize)
Mutex_m.define_aliases(class<<self;self;end)
end
mu_initialize
end