Subject: Re: Identifying
From: Adam Akhtar <adamtemporary gmail.com>
Date: Sun, 10 Feb 2008 07:01:34 +0900
References: 290543
In-reply-to: 290543
> ie in psedo code
>
> array.each do |x|
> if x == Array
> do something
> end
>
> whats the corect way to write the if statement?
>
> Thanks
>
> Adam.
in the above array = [1,2,3,[34,56,43,7],6,7] etc
--
Posted via http://www.ruby-forum.com/.