summaryrefslogtreecommitdiff
path: root/lib/sampling/double_blind.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sampling/double_blind.rb')
-rw-r--r--lib/sampling/double_blind.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/sampling/double_blind.rb b/lib/sampling/double_blind.rb
new file mode 100644
index 0000000..4a5201c
--- /dev/null
+++ b/lib/sampling/double_blind.rb
@@ -0,0 +1,7 @@
+module Sampling
+ module DoubleBlind
+ def works_with?(game)
+ return true
+ end
+ end
+end