29 30 31
# File 'lib/bai2_ruby/transaction.rb', line 29 def signed_amount debit? ? -@amount : @amount end