= private = protected
wait_while()
Calls wait repeatedly while the given block yields a truthy value.
# File lib/monitor.rb, line 120 def wait_while while yield wait end end