# File lib/churn/location_mapping.rb, line 46
    def analyze_list exp
      process exp.shift until exp.empty?
      exp
    end