module RuboCop::Cop::Style::ConditionalAssignmentHelper

def tail(branch)

def tail(branch)
  branch.begin_type? ? Array(branch).last : branch
end