def target_units
        targets_from_files = list_unit_files(type: :target).lines.map do |line|
          first_column(line)
        end