method
wait_while

wait_while()
public
Hide source
# File lib/monitor.rb, line 104 def wait_while while yield wait end end