1 2 3 4 5 6 7 8
module PixelatedService class ContactsSorter def restrict(input) input.sort end end end