lib/asynchronic/queue_engine/synchronic.rb in asynchronic-1.2.1 vs lib/asynchronic/queue_engine/synchronic.rb in asynchronic-1.2.2
- old
+ new
@@ -23,9 +23,12 @@
def stub(job, &block)
@stubs[job] = block
end
+ def asynchronic?
+ false
+ end
class Queue
def initialize(engine)
@engine = engine
\ No newline at end of file