From: Nobuhiro IMAI Date: 2009-04-05T00:57:43+09:00 Subject: Re: convert number to english word Hello, On Wed, Apr 1, 2009 at 1:26 AM, Vetrivel Vetrivel wrote: > > How to convert number to word. > Ex >       8 > eight >           555 > five  hundered and fiftyfive Integer#to_alphabetic from http://github.com/technohippy/ordinal-accessors-for-an-array-object/tree/master sounds nice for me :). -- Nobuhiro IMAI