= private = protected
new_cond()
Creates a new MonitorMixin::ConditionVariable associated with the receiver.
# File lib/monitor.rb, line 241 def new_cond return ConditionVariable.new(self) end