= private = protected
wait_while()
call #wait while the supplied block returns true.
# File lib/monitor.rb, line 124 def wait_while while yield wait end end