class Prospector::Background::NotifyWorker

Public Instance Methods

perform() click to toggle source
# File lib/prospector/background/notify_worker.rb, line 5
def perform
  Prospector.notify!
end