Parent

Rufus::Scheduler::NullLock

A lock that can always be acquired

Public Instance Methods

lock() click to toggle source

Locking is always successful.

# File lib/rufus/scheduler/locks.rb, line 37
def lock; true; end
locked?() click to toggle source
# File lib/rufus/scheduler/locks.rb, line 39
def locked?; true; end
unlock() click to toggle source
# File lib/rufus/scheduler/locks.rb, line 40
def unlock; true; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.