class RuboCop::Runner

def check_for_redundant_disables?(source)

def check_for_redundant_disables?(source)
  !source.disabled_line_ranges.empty? && !filtered_run?
end