From 271f299df5ca73cae86e1466a0e634968df40158 Mon Sep 17 00:00:00 2001 From: Eivind Tagseth Date: Mon, 23 Mar 2015 13:20:33 +0100 Subject: [PATCH] catch-all-else --- auto/parseOutput.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto/parseOutput.rb b/auto/parseOutput.rb index 5165c7f..7ea180f 100644 --- a/auto/parseOutput.rb +++ b/auto/parseOutput.rb @@ -105,6 +105,8 @@ class ParseOutput else @className = 0 end + else + @className = 0 end end