module RuboCop::Cop::Style::ConditionalAssignmentHelper

def tail(branch)

def tail(branch)
  branch.begin_type? ? [*branch].last : branch
end