module RuboCop::Cop::Style::ConditionalAssignmentHelper
def expand_when_branches(when_branches)
`when` nodes contain the entire branch including the condition.
def expand_when_branches(when_branches) when_branches.map(&:body) end
def expand_when_branches(when_branches) when_branches.map(&:body) end