On Tue, May 25, 2004 at 03:55:20PM +0900, "Peņá, Botp" wrote:
> (accidentally,) I did not know this was possible:
> 
> irb(main):082:0> [[]]*5
> => [[], [], [], [], []]

Beware
([[]]*5).map{|x| x.object_id}
=> [537934156, 537934156, 537934156, 537934156, 537934156]

-- 
Running Debian GNU/Linux Sid (unstable)
batsman dot geo at yahoo dot com

No, that's wrong too.  Now there's a race condition between the rm and
the mv.  Hmm, I need more coffee.
	-- Guy Maor on Debian Bug#25228