class RuboCop::Cop::Style::IfWithBooleanLiteralBranches
def multiple_elsif?(node)
def multiple_elsif?(node) return false unless (parent = node.parent) parent.if_type? && parent.elsif? end
def multiple_elsif?(node) return false unless (parent = node.parent) parent.if_type? && parent.elsif? end