class Rufus::Scheduler::FileLock

def unlock

def unlock
  !! (@lockfile && @lockfile.flock(File::LOCK_UN))
end