Class: Amountable::NilAmount

Inherits:
Object
  • Object
show all
Includes:
Operations
Defined in:
lib/amountable/nil_amount.rb

Instance Method Summary collapse

Methods included from Operations

#*, #+, #-, #/, #to_money

Instance Method Details

#amountableObject



7
# File 'lib/amountable/nil_amount.rb', line 7

def amountable; nil; end

#valueObject



6
# File 'lib/amountable/nil_amount.rb', line 6

def value; Money.zero; end