Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • sync.rb

Parent

Methods

Sync_m::Err

exceptions

Public Class Methods

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