Tom Meinlschmidt wrote in post #1018745:
>
>
> \n doesn't matter
>
> ruby-1.8.7-p174 :006 > File.new("./testfile",'w')
>  => #<File:./testfile>
> ruby-1.8.7-p174 :007 > File.new("./testfile\n",'w')
>  => #<File:./testfile
>>
>
> you just cripple the filename ..
>

Really??  I don't see a crippled filename.

..
.
.
.
.
.
.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to