Sha256: def9449e6fbf945e8b16f9a6d036a35af896f9a33f4e1e9dbe815e078310a7e7
Contents?: true
Size: 213 Bytes
Versions: 33
Compression:
Stored size: 213 Bytes
Contents
# Simple loop with its own custom run method # # Does nothing aside from printing loop's name, pid and current time every second # class SimpleLoop < Lipsiadmin::Loops::Base def run debug(Time.now) end end
Version data entries
33 entries across 33 versions & 1 rubygems