method
mu_extended
mu_extended()
public
Hide source
# File lib/mutex_m.rb, line 58 def mu_extended # :nodoc: unless (defined? locked? and defined? lock and defined? unlock and defined? try_lock and defined? synchronize) Mutex_m.define_aliases(singleton_class) end mu_initialize end