summaryrefslogtreecommitdiff
path: root/fake-service/lib/smail/contacts_sorter.rb
blob: ca78177f397bc6d81fa1ff4d71fbb902cf12981a (plain)
1
2
3
4
5
6
7
8

module Smail
  class ContactsSorter
    def restrict(input)
      input.sort
    end
  end
end