From 25e650c14c1783c9e198b7cab1bb5002e426c3a8 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Thu, 1 Apr 2010 14:32:30 +0200 Subject: [PATCH] FileParser::Base: emit fixed --- lib/logan/inc/fileparser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logan/inc/fileparser.rb b/lib/logan/inc/fileparser.rb index 6e4625d..7fbe5ab 100644 --- a/lib/logan/inc/fileparser.rb +++ b/lib/logan/inc/fileparser.rb @@ -10,7 +10,7 @@ module LogAn def store() @@store end end - def emit v + def emit line @@logdb.push @sid, line end