W3cubDocs

/Ruby 2.5

class Sync_m::Err::LockModeFailer

Parent:
Sync_m::Err

Constants

Message

Public Class Methods

Fail(mode) Show source
Calls superclass method Sync_m::Err::Fail
# File lib/sync.rb, line 68
def LockModeFailer.Fail(mode)
  if mode.id2name
    mode = mode.id2name
  end
  super(mode)
end

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.