# [3, 4, 5, 6, 7, 9] # Note: lines 5 and 7 won't appear in a trace. case '3' when '4' x = 5 when '6' x = 7 else x = 9 end