class Hamster::Sorter

def initialize(collection)

def initialize(collection)
  @collection = collection
end