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