A Ruby Library for dealing with money and currency conversion.
.
Features
- Provides a `Money` class which encapsulates all information about a certain
amount of money, such as its value and its currency.
- Provides a `Money::Currency` class which encapsulates all information about
a monetary unit.
- Represents monetary values as integers, in cents. This avoids floating point
rounding errors.
- Represents currency as `Money::Currency` instances providing a high level of
flexibility.
- Provides APIs for exchanging money from one currency to another.
Installed Size: 221.2 kB
Architectures: all