module BlockRepeater
A class for repeating a block of code until a condition or timeout is met Can be accessed directly through the Repeater
class or through the method exposed in the Repeatable
module
A class which repeatedly executes a block of code until a given condition is met or a timeout is reached
Constants
- VERSION