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