summaryrefslogtreecommitdiff
path: root/lib/sampling/double_bind.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-27 01:50:33 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-27 01:50:33 -0400
commit79b903fc5632242a6ab1ee0f7732dec168331703 (patch)
tree986bcf16f681b5b23b27b12797b74ba1b960b57a /lib/sampling/double_bind.rb
parent353e0b387b8e76d407f9451c236efbb4bd3a19ef (diff)
Added 3 new seeding algorithms.
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