# have DataRunner return the results, or false/nil if blank

runner = DataRunner.new()
final_results = runner.run { ... } && runner.run { .. }