Sha256: 56451bd083ed04882a1f2a5b851e10bd175dc7344d8dab951351679475859c2b
Contents?: true
Size: 194 Bytes
Versions: 14
Compression:
Stored size: 194 Bytes
Contents
# Regular jobs performed asynchronously at a given time module Clockwork # every 1.hour, -> { Rodbot.say 'Ping!' } # every 1.day, -> { Rodbot.say 'Time for a cup of tea!' }, at: '16:00' end
Version data entries
14 entries across 14 versions & 1 rubygems