Object
A lock that can always be acquired
Locking is always successful.
# File lib/rufus/scheduler/locks.rb, line 37 def lock; true; end
# File lib/rufus/scheduler/locks.rb, line 39 def locked?; true; end
# File lib/rufus/scheduler/locks.rb, line 40 def unlock; true; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.