agoragames / leaderboard

Leaderboards backed by Redis in Ruby
https://rubygems.org/gems/leaderboard
MIT License
478 stars 65 forks source link

added total_scores method #59

Closed dmitrypol closed 7 years ago

dmitrypol commented 7 years ago

It could be useful for displaying combined total scores on leader-board so it's easier to notice changes.

czarneckid commented 7 years ago

Added this in #63. Went a different route since we're not pulling in ActiveSupport and allowing for backwards compatibility with non-Ruby 2.x.