class Rankle::Ranker

Attributes

strategy[RW]

Public Class Methods

new(strategy) click to toggle source
# File lib/rankle/ranker.rb, line 5
def initialize strategy
  @strategy = strategy
end