From: Roger Pack Date: 2013-01-16T05:48:57+09:00 Subject: [ruby-core:51451] Re: [Ruby 1.9 - Feature #4786] RCR new Feature: Numeric#grouped On 5/26/11, Shyouhei Urabe wrote: > > Issue #4786 has been updated by Shyouhei Urabe. > > > -1. > > As nobu said numbering system depends on locales. So far ruby has been > strictly avoiding locale-dependent features. It is too careless to > introduce such feature. I'd be down with some local independent implementation, like java's new DecimalFormat( "#,###,###,##0.00" ); basically. Cheers! roger