class ActiveGenie::Ranking::PlayersCollection

def eligible

def eligible
  sorted.reject(&:eliminated)
end