Is there a more compact way to do a nested each ?
value.each do |x|
x.data.each do |y|
puts 'x: ' + x + ' y: ' + y
end
end
That is can this be reduced to one or two lines?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/001c4f06992434d66f8f222f5a71af36%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.