module Swissper
Constants
- VERSION
Public Class Methods
pair(players, options = {})
click to toggle source
# File lib/swissper.rb, line 7 def self.pair(players, options = {}) Pairer.new(options).pair(players) end