Sha256: 8a8a053f52f820250ebc5f74c80480d37ae9713b603443618ec90ea65259c386
Contents?: true
Size: 340 Bytes
Versions: 66
Compression:
Stored size: 340 Bytes
Contents
# UsedInWorker can be included in classes that you are merging in order to get some of the SimpleWorker features into that class. # For instance, you can use the log() method and it will be logged to the SimpleWorker logs. module SimpleWorker module UsedInWorker def log(str) puts str.to_s end end end
Version data entries
66 entries across 66 versions & 1 rubygems