lib/quebert/async_sender/instance.rb in quebert-0.0.4 vs lib/quebert/async_sender/instance.rb in quebert-0.0.6
- old
+ new
@@ -42,10 +42,10 @@
end
end
end
def async_send(meth, *args)
- InstanceJob.enqueue(self.class.name, @_init_args, meth, args)
+ InstanceJob.new(self.class.name, @_init_args, meth, args).enqueue
end
end
end
end
\ No newline at end of file