On this page
class Sync_m::Err::LockModeFailer
Constants
- Message
Public Class Methods
# File lib/sync.rb, line 69
def LockModeFailer.Fail(mode)
if mode.id2name
mode = id2name
end
super(mode)
end
Calls superclass method Sync_m::Err::Fail
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.