This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schedule = TorqueBox::Jobs::Schedule.new('MyJobClass') | |
scheduler.at 'Sat Jan 14 07:53:43 +0900 2009' | |
or | |
scheduler.at '0 52 15 * * ?' | |
or | |
scheduler.at '20 m' | |
or | |
TorqueBox::Jobs.at '12:34' do | |
whatever i want to do! | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(fn box) | |
(def box) | |
(lambda box) | |
(immutant) / immutant | |
(func box) | |
(funk box) | |
parens / (parens) | |
funct / (funct) | |
(curve box) / CurveBox | |
fngood |