module Ring
Constants
- VERSION
Public Class Methods
add_check(name, check)
click to toggle source
# File lib/ring.rb, line 13 def self.add_check(name, check) @@checks[name] = check end
configure() { |self| ... }
click to toggle source
# File lib/ring.rb, line 9 def self.configure yield self end