method
mu_initialize
mu_initialize()
private
Hide source
# File lib/mutex_m.rb, line 103 def mu_initialize # :nodoc: @_mutex = Mutex.new end