# File lib/abingo/experiment.rb, line 34 def best_alternative alternatives.max do |a,b| a.conversion_rate <=> b.conversion_rate end end