summaryrefslogtreecommitdiff
path: root/fake-service/lib/smail/all.rb
diff options
context:
space:
mode:
Diffstat (limited to 'fake-service/lib/smail/all.rb')
-rw-r--r--fake-service/lib/smail/all.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/fake-service/lib/smail/all.rb b/fake-service/lib/smail/all.rb
new file mode 100644
index 00000000..76da1f8b
--- /dev/null
+++ b/fake-service/lib/smail/all.rb
@@ -0,0 +1,8 @@
+
+module Smail
+ class All
+ def restrict(input)
+ input
+ end
+ end
+end