From: "rmagick@..." Date: 2005-09-28T02:56:43+09:00 Subject: Re: Class and Iterator Design Question a = [ 1, "s", 3.0, [1,2] ] a.each { |el| ... } What do you expect "el" to be?