# File lib/roodi/checks/cyclomatic_complexity_check.rb, line 16 def initialize super() @count = 0 @counting = 0 end