Class: Amountable::NilAmount
- Inherits:
-
Object
- Object
- Amountable::NilAmount
- Includes:
- Operations
- Defined in:
- lib/amountable/nil_amount.rb
Instance Method Summary collapse
Methods included from Operations
Instance Method Details
#amountable ⇒ Object
7 |
# File 'lib/amountable/nil_amount.rb', line 7 def amountable; nil; end |
#value ⇒ Object
6 |
# File 'lib/amountable/nil_amount.rb', line 6 def value; Money.zero; end |