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