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