ozfortress / tournament-system

A ruby gem that implements various tournament systems.
MIT License
18 stars 8 forks source link

Return generated matches on `generate` #12

Open pieterjongsma opened 3 years ago

pieterjongsma commented 3 years ago

This pull makes generate methods return the generated matches. This is convenient when you want to use these matches later in an application, for example to assign them to playing fields.