From: Malte Milatz Date: 2005-12-31T20:11:03+09:00 Subject: Re: create file with LF (not CRLF) in windows Bill Kelly: > File.new("steel", "wb") do |f| > f.print("steel\ncity") > end Warning: File::new() does not take block; use File::open() instead. Malte