Async::Cron SourceAsyncCronScheduleGeneric

class Generic

Definitions

def increment(time = nil)

Compute the next execution time after the given time.

Implementation

def increment(time = nil)
	Time.now
end