Tuesday, July 19, 2022

[FIXED] How do I spell out an integer in Ruby?

Issue

Does anyone know of a Ruby module that will take an integer and spell it out ( 1 => "one", 2 => "two", etc..)?


Solution

Try this:

http://mike-burns.com/project/integer_to_word/



Answered By - AndreiM
Answer Checked By - Marie Seifert (PHPFixing Admin)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.