From 79b903fc5632242a6ab1ee0f7732dec168331703 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Sun, 27 Apr 2014 01:50:33 -0400 Subject: Added 3 new seeding algorithms. --- lib/sampling/double_bind.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lib/sampling/double_bind.rb (limited to 'lib/sampling/double_bind.rb') 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 -- cgit v1.2.3-2-g168b