Flowdock
define_aliases(cl) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/mutex_m.rb, line 29
  def Mutex_m.define_aliases(cl)
    cl.module_eval %{
      alias locked? mu_locked?
      alias lock mu_lock
      alias unlock mu_unlock
      alias try_lock mu_try_lock
      alias synchronize mu_synchronize
    }
  end
Register or log in to add new notes.