Sha256: 3adc5eb5a8f4b1087652f309da1e3de55839225153ea19848e266b395bf0a39d
Contents?: true
Size: 531 Bytes
Versions: 6
Compression:
Stored size: 531 Bytes
Contents
require "abort_if" # Needed for Rya::CoreExtensions::Process require "systemu" require "rya/version" require "rya/core_extensions" module Rya # Provide errors for the Rya class. class Error < StandardError end class MaxAttemptsExceededError < Error end # If you want to use AbortIf from this module, you can use it as Rya::AbortIf module AbortIf # To include the methods extend Object::AbortIf extend Object::AbortIf::Assert # To include the helper classes include Object::AbortIf end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rya-0.6.3 | lib/rya.rb |
rya-0.6.2 | lib/rya.rb |
rya-0.6.1 | lib/rya.rb |
rya-0.6.0 | lib/rya.rb |
rya-0.5.1 | lib/rya.rb |
rya-0.5.0 | lib/rya.rb |