class RuboCop::Formatter::TapFormatter

def report_highlighted_area(highlighted_area)

def report_highlighted_area(highlighted_area)
  output.puts("# #{' ' * highlighted_area.begin_pos}" \
              "#{'^' * highlighted_area.size}")
end