From: Joe Ruby MUDCRAP-CE Date: 2006-10-14T06:54:38+09:00 Subject: File.puts or File.write ? For general purpose file writing, does it matter whether puts or write is used? From the docs, it seems like puts should be used for strings, while write can be used for anything. I'm not really sure what difference there is between the two, but the docs say something about puts adding newlines or something. Thanks, Joe -- Posted via http://www.ruby-forum.com/.