There's no documentation for this item.
Source Code
# File 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
<code/>and<pre/>for code samples.