Subject: Re: Dude, where's my carriage returns?
From: "Karl von Laudermann" <doodpants mailinator.com>
Date: Sat, 20 Aug 2005 04:46:16 +0900
References: 152969152971
Shashank Date wrote:
>
> Try this:
>
> File.open(fn, "rb") do |f|
James Edward Gray II wrote:
>
> File.open(fn, "rb") do |f|
Perfect! Thanks, both of you.