Class: Money
- Inherits:
-
Object
- Object
- Money
- Defined in:
- lib/units-money.rb
Overview
note: Money class is for now just an empty “wrapper”
todo/fix: use a true units type / class - why? why not?
Class Method Summary collapse
Class Method Details
.zero ⇒ Object
16 |
# File 'lib/units-money.rb', line 16 def self.zero() 0; end |