lib/request_log_analyzer/output.rb in request-log-analyzer-1.5.2 vs lib/request_log_analyzer/output.rb in request-log-analyzer-1.5.3

- old
+ new

@@ -54,9 +54,13 @@ def initialize(io, options = {}) @io = io @options = options @style = options[:style] || { :cell_separator => true, :table_border => false } end + + def report_tracker(tracker) + tracker.report(self) + end # Apply a style block.. with style :) def with_style(temp_style = {}) old_style = @style @style = @style.merge(temp_style)