Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/money/core_extensions.rb
Overview
Allows Writing of 100.to_money for Numeric
types
100.to_money => #<Money @cents=10000>
100.37.to_money => #<Money @cents=10037>