From: Gene Tani Date: 2006-02-09T12:53:22+09:00 Subject: Re: Formatting Numbers HH wrote: > > I have a fixnum: > > a = 1000 > > I would like to output it with a comma, such as "1,000". Is there a > formatting class or something I can use something along these lines > (thinking from my Java background): > http://extensions.rubyforge.org/rdoc/classes/Numeric.html#M000011