From: "Eustáquio 'TaQ' Rangel" Date: 2007-10-30T21:12:39+09:00 Subject: Re: Is there a better way to do this? (write something to a file >> Is there a better way to write text to a file? > You can always write like: Or you can make this way: File.open("test.txt","w") {|file| file << "data to write"} -- Eust�quio "TaQ" Rangel http://eustaquiorangel.com "There is no reason for any individual to have a computer in his home." Ken Olsen