Class: NginxTop::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/nginxtop/parser.rb

Instance Method Summary collapse

Instance Method Details

#parse(log) ⇒ Object



3
4
5
# File 'lib/nginxtop/parser.rb', line 3

def parse(log)
  NginxTop::REQUESTS << Request.new(log)
end