Support for the Ruby 2.4 series has ended. See here for reference.

In Files

  • sync.rb

Parent

Methods

Sync_m::Err

exceptions

Public Class Methods

Fail(*opt) click to toggle source
 
               # File sync.rb, line 56
def Err.Fail(*opt)
  fail self, sprintf(self::Message, *opt)
end