Corey wrote: > how come when i do this m = %w[cat [dog dog] mouse] and then request > m[1] instead of giving me ["dog", "dog"] it gives me "[dog" > > do i have to use the shorthand %w for the inner array too? i tride it on the inner array and it return %w"[dog" so that doesnt work, the %w doesnt seem to work accros the board the way i thought it would. -- Posted via http://www.ruby-forum.com/.