Subject: Can you guess what it will be happened?
From: Jun Young Kim <jykim altibase.com>
Date: Thu, 8 Jan 2009 19:51:41 +0900
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 :)