Method: Coopy::CompareTable#run
- Defined in:
- lib/lib/coopy/compare_table.rb
#run ⇒ Object
21 22 23 24 25 26 27 28 29 30 31 |
# File 'lib/lib/coopy/compare_table.rb', line 21 def run if self.use_sql @comp.completed = true return false end more = self.compare_core while(more && @comp.run_to_completion) more = self.compare_core end !more end |