mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-11 16:21:24 -05:00
6 lines
87 B
Ruby
6 lines
87 B
Ruby
|
module Scheduler::Schedule
|
||
|
def every(duration=nil)
|
||
|
@every ||= duration
|
||
|
end
|
||
|
end
|