summaryrefslogtreecommitdiff
path: root/fake-service/lib/pixelated_service/all.rb
blob: c2e9752841cc418b62924730bab5223c5e192954 (plain)
1
2
3
4
5
6
7
8

module PixelatedService
  class All
    def restrict(input)
      input
    end
  end
end