module Shoryuken

Constants

VERSION

Public Class Methods

healthy?() click to toggle source
# File lib/shoryuken.rb, line 49
def self.healthy?
  Shoryuken::Runner.instance.healthy?
end
shoryuken_options() click to toggle source
# File lib/shoryuken.rb, line 45
def self.shoryuken_options
  @_shoryuken_options ||= Shoryuken::Options.new
end