Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.1 KB

File metadata and controls

48 lines (26 loc) · 1.1 KB

This version of the Currency package extends the RubyForge version created by Kurt Stephens to handle all currency symbols listed on xe.com/symbols.php.

gem install mumboe-currency

“Project Info”:rubyforge.org/projects/currency/

“API Documentation”:currency.rubyforge.org/

The RubyForge package currency implements an object-oriented representation of currencies, monetary values, foreign exchanges and rates.

Currency::Money uses a scaled integer representation of the monetary value and performs accurate conversions from string values.

See also: umleta.com/node/5

./lib/…

the Currency library

./test/…

unit and functional test

./examples/…

example programs

Currency was developed by:

  • Kurt Stephens – ruby-currency(at)umleta.com, sponsored by umleta.com

  • See LICENSE.txt

  • Copyright © 2006-2007 Kurt Stephens <ruby-currency(at)umleta.com>

  • Steffen Rusitschka