lib/request_log_analyzer/output/html.rb in request-log-analyzer-1.1.2 vs lib/request_log_analyzer/output/html.rb in request-log-analyzer-1.1.3

- old
+ new

@@ -1,6 +1,7 @@ module RequestLogAnalyzer::Output + # HTML Output class. Generated a HTML-formatted report, including CSS. class HTML < Base # def initialize(io, options = {}) # super(io, options) # end \ No newline at end of file