Extract values, call export.
Parameters:
130 131 132 133 134 135 136 137
# File 'lib/pal/operation/exporter.rb', line 130 def run_export(rows, columns) if rows.empty? Pal.logger.warn("No results were found, will not export.") return end _export(rows, columns) end