method
define_aliases
define_aliases(cl)
public
Hide source
# File lib/sync.rb, line 76 def Sync_m.define_aliases(cl) cl.module_eval %{ alias locked? sync_locked? alias shared? sync_shared? alias exclusive? sync_exclusive? alias lock sync_lock alias unlock sync_unlock alias try_lock sync_try_lock alias synchronize sync_synchronize } end