From: Joel VanderWerf Date: 2008-07-02T07:21:09+09:00 Subject: Re: Is posible String#to_s doesn't add the decimal value if not needed? Just a thought.... Numeric("1.5").should_return(1.5) Numeric("1").should_return(1) -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407