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

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