# File lib/abingo/alternative.rb, line 10 def self.calculate_lookup(test_name, alternative_name) Digest::MD5.hexdigest(Abingo.salt + test_name + alternative_name.to_s) end