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