class NginxTop::Parser
Public Instance Methods
parse(log)
click to toggle source
# File lib/nginxtop/parser.rb, line 3 def parse(log) NginxTop::REQUESTS << Request.new(log) end
# File lib/nginxtop/parser.rb, line 3 def parse(log) NginxTop::REQUESTS << Request.new(log) end