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