1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

Add documentation for Sidekiq::Schedule.

This commit is contained in:
Tobias Svensson 2013-02-04 12:13:48 +00:00
parent e90cbff52f
commit b79d62ea89

View file

@ -1,4 +1,5 @@
module Sidetiq
# Internal: Recurrence schedules.
class Schedule < IceCube::Schedule
def method_missing(meth, *args, &block)
if IceCube::Rule.respond_to?(meth)