class Filelock::WaitTimeout

Public Instance Methods

message() click to toggle source
# File lib/filelock/wait_timeout.rb, line 3
def message
  "Unable to acquire a file lock within the wait timeout specified."
end