# File lib/ranked-model/ranker.rb, line 52 def handle_ranking case ranker.unless when Proc return if ranker.unless.call(instance) when Symbol return if instance.send(ranker.unless) end update_index_from_position assure_unique_position end