lib/request_log_analyzer/request.rb in wvanbergen-request-log-analyzer-1.3.6 vs lib/request_log_analyzer/request.rb in wvanbergen-request-log-analyzer-1.3.7

- old
+ new

@@ -7,13 +7,9 @@ # This class provides several methods to access the data that was parsed from the log files. # Request#first(field_name) returns the first (only) value corresponding to the given field # Request#every(field_name) returns all values corresponding to the given field name as array. class Request - def self.inherited(klass) - # klass.send(:include, Converters) - end - module Converters # Default converter function, which converts the parsed strings to a native Ruby type # using the type indication in the line definition. It will use a custom connverter # method if one is available. \ No newline at end of file