lib/warder/code_complexity_runner.rb in warder-0.2.1 vs lib/warder/code_complexity_runner.rb in warder-0.2.2

- old
+ new

@@ -27,9 +27,9 @@ def printable?(line) super && failed?(line) end def total?(line) - TOTAL_REGEXP.match(line) + self.class::TOTAL_REGEXP.match(line) end end end