From: Charlie Bowman Date: 2006-05-10T21:19:35+09:00 Subject: Thanks Ruby Quiz! --=-1CYRj4Y21FEagg2cThGW Content-Type: text/plain Content-Transfer-Encoding: 7bit The Rails Plugin is a direct result of the ruby quiz. I just wanted to say thanks to Ruby Quiz and Mathew Ross for his solution. = numbersToWords - convert your integers and floats to english or japaneese words,or translate it into american currency - This plugin was created from a solution to the ruby quiz (english numbers) by Matthew D Moss. I modified the code to work as a rails plugin and added the to_dollars method. - the to_dollars method will work with integers and floats - the to_english and to_japaneese methods will only work with integers. If you have call these methods on a float, it will be converted to an integer before translating. = Examples 123.to_english == one hundred and twenty-three 123.to_japaneese == hyaku niju san 123.to_dollars == one hundred and twenty-three dollars money = 123.23 money.to_dollars == one hundred and twenty-three dollars and twenty-three cents money = 1.01 money.to_dollars == one dollar and one cent = Install script/plugin install http://svn.recentrambles.com/plugins/numbersToWords = License Ruby's - Do whatever you want whenever you want, with any part or all of this code. = Contributions you can send patches, questions, or feature requests to anotherramble@recentrambles.com = Thank You Ruby Quiz and Matthew D Moss Charlie Bowman www.recentrambles.com --=-1CYRj4Y21FEagg2cThGW--