module FightClub

Constants

VERSION

Attributes

config[W]

Public Class Methods

begin(pull_request) click to toggle source
# File lib/fight_club.rb, line 11
def self.begin(pull_request)
  Arena.new(pull_request).start
end
config() click to toggle source
# File lib/fight_club.rb, line 15
def self.config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/fight_club.rb, line 19
def self.configure
  yield(config)
end