Method: Updater::ORM::ClassMethods#current
- Defined in:
- lib/updater/orm/orm.rb
#current ⇒ Object
This method returns all jobs that are now ready to run, that is thier time valuse is less then or equal to the value returned by calling now on the registered time class (tnow).
161 162 163 |
# File 'lib/updater/orm/orm.rb', line 161 def current NotImplementedError end |