diff options
Diffstat (limited to 'lib/sampling')
-rw-r--r-- | lib/sampling/double_blind.rb.bak (renamed from lib/sampling/double_blind.rb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/sampling/double_blind.rb b/lib/sampling/double_blind.rb.bak index 409da10..6a30d57 100644 --- a/lib/sampling/double_blind.rb +++ b/lib/sampling/double_blind.rb.bak @@ -4,6 +4,10 @@ module Sampling return true end + def can_get?(setting_name) + return 1 + end + def self.uses_remote? return false end @@ -16,11 +20,7 @@ module Sampling raise "This sampling method doesn't use remote usernames." end - def self.sampling_start(match) - # TODO - end - - def self.sampling_done?(match) + def self.sampling_start(match, statistics) # TODO end |