elo_rating icon indicating copy to clipboard operation
elo_rating copied to clipboard

Ruby library for calculating Elo ratings

Results 4 elo_rating issues
Sort by recently updated
recently updated
newest added

Please, check my [PR](https://github.com/mxhold/elo_rating/pull/3)

Fix bug, when you try to `match.add_player(rating: 1500, place: 1)`: `wrong number of arguments (given 1, expected 0; required keywords: match, rating) (ArgumentError)`

fixes initialization of Player with keyword args