class Generic
Definitions
def increment(time = nil)
Compute the next execution time after the given time.
Implementation
def increment(time = nil)
Time.now
end
class Generic
def increment(time = nil)
Compute the next execution time after the given time.
def increment(time = nil)
Time.now
end