30 31 32
# File 'lib/learn_test/runner.rb', line 30 def strategy @strategy ||= strategies.map{ |s| s.new(self) }.detect(&:detect) end