class Sync_m::Err
exceptions
Public Class Methods
# File lib/sync.rb, line 55 def Err.Fail(*opt) fail self, sprintf(self::Message, *opt) end
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.