Sha256: cc1466fabd930c3a61f1697cad48130f17b4244e60a447421589a17891766dc2
Contents?: true
Size: 313 Bytes
Versions: 18
Compression:
Stored size: 313 Bytes
Contents
module ProconBypassMan module Background module JobRunnable def perform(*) raise NotImplementedError, nil end def perform_async(*args) ProconBypassMan::Background::JobRunner.push( args: args, reporter_class: self, ) end end end end
Version data entries
18 entries across 18 versions & 1 rubygems