summaryrefslogtreecommitdiff
path: root/fake-service/lib/pixelated_service/contacts_sorter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'fake-service/lib/pixelated_service/contacts_sorter.rb')
-rw-r--r--fake-service/lib/pixelated_service/contacts_sorter.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/fake-service/lib/pixelated_service/contacts_sorter.rb b/fake-service/lib/pixelated_service/contacts_sorter.rb
deleted file mode 100644
index e559205d..00000000
--- a/fake-service/lib/pixelated_service/contacts_sorter.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-
-module PixelatedService
- class ContactsSorter
- def restrict(input)
- input.sort
- end
- end
-end