lib/request_log_analyzer/aggregator/base.rb in wvanbergen-request-log-analyzer-1.0.4 vs lib/request_log_analyzer/aggregator/base.rb in wvanbergen-request-log-analyzer-1.1.0
- old
+ new
@@ -36,10 +36,10 @@
def warning(type, message, lineno)
end
# The report function is called at the end. Implement any result reporting
# in this function.
- def report(output = STDOUT, report_width = 80, color = false)
+ def report(output)
end
end
end
\ No newline at end of file