Given the array find pattern below, what are the values bound to `x` and `post`?case [1, 2, 3, 4, 5] in [*, 3 => x, *post] puts "x=#{x} post=#{post.inspect}" end