diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-26 23:38:09 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-26 23:38:09 -0400 |
commit | f320bb3bad4f2c3445714f0b45c3a61857203d3f (patch) | |
tree | cd7358553d3aa150bf6741ace17f66972483d328 /lib/sampling/double_bind.rb | |
parent | cbdccb99bcad74ffc98f6964fe504e20cfe0cdc2 (diff) | |
parent | 40939795096c0b7a1791d71d920b84ff283fb550 (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/sampling/double_bind.rb')
-rw-r--r-- | lib/sampling/double_bind.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/sampling/double_bind.rb b/lib/sampling/double_bind.rb new file mode 100644 index 0000000..4a5201c --- /dev/null +++ b/lib/sampling/double_bind.rb @@ -0,0 +1,7 @@ +module Sampling + module DoubleBlind + def works_with?(game) + return true + end + end +end |