From: Kenneth Eunjung Date: 2010-04-09T16:48:49+09:00 Subject: Re: match at least one element of array to another Hmm I came up with a very inelegant way to do this... that is: @groups.length + @allowed.length > (@groups | @allowed).length which is equivalent to 4 > 3 so it evaluates to true. I guess this works but if you come up with a more elegant way please share! Thanks. -- Posted via http://www.ruby-forum.com/.