Skip to content

A small ruby program to convert a currency string to an English representation of that string

License

Notifications You must be signed in to change notification settings

sboles/currency_humanizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Humanizer

This program will convert a currency string to an English phrase that is equivalent to the currency string.

Examples

CurrencyHumanizer.humanize(1)
# One and 00/100 dollars
CurrencyHumanizer.humanize(100.8)
# One hundred and 80/100 dollars
CurrencyHumanizer.humanize(7892.09)
# Seven thousand eight hundred ninety-two and 09/100 dollars

The orders of magnitude used can be found here

Contributing to Currency Humanizer

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright

Copyright (c) 2012 Steven Boles. See LICENSE.txt for further details.

About

A small ruby program to convert a currency string to an English representation of that string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages