From: David Vallner Date: 2006-02-12T12:46:03+09:00 Subject: Re: Ruby 1.8.4 behaviour - 2 questions Dňa Piatok 10 Február 2006 20:52 Jacob Fugal napísal: > 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 I need to lay off kitten huffing, it seems. Of course I meant that. Funny it took someone that long to notice. David Vallner