lib/request_log_analyzer/aggregator/summarizer.rb in request-log-analyzer-1.4.0 vs lib/request_log_analyzer/aggregator/summarizer.rb in request-log-analyzer-1.4.0.1
- old
+ new
@@ -88,10 +88,10 @@
end
# Call finalize on all trackers. Saves a YAML dump if this is set in the options.
def finalize
@trackers.each { |tracker| tracker.finalize }
- save_results_dump(options[:dump]) if options[:dump]
+ save_results_dump(options[:yaml]) if options[:yaml]
end
# Saves the results of all the trackers in YAML format to a file.
# <tt>filename</tt> The file to store the YAML dump in.
def save_results_dump(filename)