Method: Qif::Reader#size
- Defined in:
- lib/qif/reader.rb
#size ⇒ Object Also known as: length
Return the number of transactions in the qif file.
73 74 75 76 |
# File 'lib/qif/reader.rb', line 73 def size read_all_transactions transaction_cache.size end |