Hi. all

there are two array.

a = [1, 2]
b = [3, 4]

When I execute the following statement, what can you guess as a result?

irb:$> a.insert(a.length, *b)

very funny :)