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 ------- lib/sampling/double_blind.rb | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 lib/sampling/double_bind.rb create mode 100644 lib/sampling/double_blind.rb (limited to 'lib/sampling') 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 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 -- cgit v1.2.3-2-g168b