Method: Taps::Push#tables
- Defined in:
- lib/taps/operation.rb
#tables ⇒ Object
554 555 556 557 558 559 560 561 |
# File 'lib/taps/operation.rb', line 554 def tables h = {} local_tables_info.each do |table_name, count| next if completed_tables.include?(table_name.to_s) h[table_name.to_s] = count end h end |