From: Jacob Fugal Date: 2006-02-11T04:52:27+09:00 Subject: Re: Ruby 1.8.4 behaviour - 2 questions On 2/10/06, David Vallner wrote: > But this should work as desired -and- not accept any line noise for source_f: > > target_f += Float(source_f || nil) You of course mean target_f += Float(source_f || 0.0) right? :) Jacob Fugal