module MatchMate

Constants

DEFAULTS
VERSION

Public Class Methods

config() click to toggle source
# File lib/match-mate/configuration.rb, line 33
def self.config
  @config ||= Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/match-mate/configuration.rb, line 29
def self.configure
  yield config
end