From: "Peña, Botp" Date: 2008-04-09T17:03:50+09:00 Subject: Re: output of a method to file? From: Zoe Phoenix [mailto:dark_sgtphoenix@hotmail.com] # What am I doing wrong?? :-( look at the contents of temp_array. hint: irb(main):005:0> puts "foo" foo => nil irb(main):006:0> [].push puts("foo") foo => [nil] kind regards -botp