Method: Taps::Push#record_count
- Defined in:
- lib/taps/operation.rb
#record_count ⇒ Object
563 564 565 |
# File 'lib/taps/operation.rb', line 563 def record_count @record_count ||= local_tables_info.values.inject(0) { |a,c| a += c } end |