class RuboCop::Cop::Style::RedundantLineContinuation

def leading_dot_method_chain_with_blank_line?(range)

def leading_dot_method_chain_with_blank_line?(range)
  return false unless range.source_line.strip.start_with?('.', '&.')
  processed_source[range.line].strip.empty?
end