agoragames / leaderboard

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

Do not be stupid about the options hash in leaders, around_me and ranked_in_list #4

Closed czarneckid closed 12 years ago

czarneckid commented 13 years ago

.dup the DEFAULT_LEADERBOARD_REQUEST_OPTIONS and merge! the options passed in by the user. This will allow someone to only override a single option.