Sha256: 282657f09799bc5847cc0c7afc707679fd1fa51aae3a8ef383d2bcc0c37bccf8
Contents?: true
Size: 229 Bytes
Versions: 2
Compression:
Stored size: 229 Bytes
Contents
# This is an abstract module that developers creating works can mixin/include to use the SimpleWorker special functions. module SimpleWorker module Worker def set_progress(hash) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_worker-0.0.4 | lib/worker.rb |
simple_worker-0.0.3 | lib/worker.rb |