= private = protected
signal()
Wakes up the first thread in line waiting for this lock.
# File lib/monitor.rb, line 138 def signal @monitor.__send__(:mon_check_owner) @cond.signal end