Method: Updater::ORM::ClassMethods#current_load

Defined in:
lib/updater/orm/orm.rb

#current_loadObject

Returns a count of how many jobs are currently ready to run.



166
167
168
# File 'lib/updater/orm/orm.rb', line 166

def current_load
  NotImplementedError
end