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:
parent
e90cbff52f
commit
b79d62ea89
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue