Module: Kernel

Defined in:
lib/queue_to_the_future.rb

Instance Method Summary collapse

Instance Method Details

#Future(*args, &block) ⇒ Object



25
26
27
# File 'lib/queue_to_the_future.rb', line 25

def Future(*args, &block)
  QueueToTheFuture.schedule(QueueToTheFuture::Job.new(*args, &block))
end