# File lib/roodi/checks/cyclomatic_complexity_method_check.rb, line 27
      def evaluate_start_defn(node)
        @method_name = @node[1]
        increase_depth
      end