From: Thomas Adam Date: 2007-10-30T20:44:30+09:00 Subject: Re: Is there a better way to do this? (write something to a file Hello -- On 30/10/2007, Chris Richards wrote: > Is there a better way to write text to a file? > > File.open("/file/location/new.txt","w") {|file| file.write "data to > write"} > > It just seems a bit long winded and unmessy File.copy in this instance, surely? -- Thomas Adam