summaryrefslogtreecommitdiff
path: root/lib/sampling/double_blind.rb
blob: 4a5201c7f761e1e78df3746f5b26b3417edbd333 (plain)
1
2
3
4
5
6
7
module Sampling
	module DoubleBlind
		def works_with?(game)
			return true
		end
	end
end