# File lib/churn/location_mapping.rb, line 22
    def get_info(file)
      ast = @parser.process(File.read(file), file)
      process ast
    end