Sha256: df432252ad4e6c21c3db2b70084545902da05b473406a3bc755e2d32f4afe285
Contents?: true
Size: 239 Bytes
Versions: 9
Compression:
Stored size: 239 Bytes
Contents
module Cardio # Convenient extendable API for turning delaying on and off. module Delaying def delaying! on=true Cardio.config.delaying = (on == true) end def delaying? Cardio.config.delaying end end end
Version data entries
9 entries across 9 versions & 1 rubygems