method
broadcast
broadcast()
public
Hide source
# File lib/monitor.rb, line 121 def broadcast @monitor.__send__(:mon_check_owner) @cond.broadcast end