Module: Cronos

Defined in:
lib/cronos.rb,
lib/cronos/version.rb

Defined Under Namespace

Classes: Interval, TaskInterval

Constant Summary collapse

VERSION =
'0.4.2'

Class Method Summary collapse

Class Method Details

.schedule(task) ⇒ Object



5
6
7
# File 'lib/cronos.rb', line 5

def self.schedule(task)
  TaskInterval.new(task)
end