lib/request_log_analyzer/aggregator.rb in wvanbergen-request-log-analyzer-1.2.9 vs lib/request_log_analyzer/aggregator.rb in wvanbergen-request-log-analyzer-1.3.0
- old
+ new
@@ -42,8 +42,12 @@
# The report function is called at the end. Implement any result reporting
# in this function.
def report(output)
end
+
+ # The source_change function gets called when handling a source is started or finished.
+ def source_change(change, filename)
+ end
end
end
\ No newline at end of file