Does anyone know of a Ruby module that will take an integer and spell it out ( 1 => "one", 2 => "two", etc..)?
A:
I don't there is a module for that issue. However here's a code snippet which should do the job.
Marcel J.
2009-04-13 15:52:19