Class Rufus::Scheduler::FileLock
In: lib/rufus/scheduler/locks.rb
Parent: Object

The standard flock mechanism, with its own class thanks to @ecin

Methods

lock   locked?   new   unlock  

Attributes

path  [R] 

Public Class methods

Public Instance methods

Locking is successful if this Ruby process can create and lock its lockfile (at the given path).

[Validate]