class RuboCop::Cop::Layout::RedundantLineBreak
def configured_to_not_be_inspected?(node)
def configured_to_not_be_inspected?(node) return true if other_cop_takes_precedence?(node) !cop_config['InspectBlocks'] && (node.block_type? || any_descendant?(node, :block, &:multiline?)) end