unknown wrote: > Would someone explain the syntax of nested blocs vis-a-vis the use of > Array.each ? Your code works for me, but I had to first replace the }} with ) at the end of your last_names definition. I also removed Array.new which is unneeded, though you can keep that if you want: first_name = [ "Joe ","Albert ","Lilly ","Henry ","Becky ","Ray " ] last_name = [ "Groster", "Riplaid", "Pewley", "Lundrund", "Banks" ] Jeff www.softiesonrails.com -- Posted via http://www.ruby-forum.com/.