# File lib/roodi/checks/cyclomatic_complexity_method_check.rb, line 23
      def interesting_nodes
        [:defn] + COMPLEXITY_NODE_TYPES
      end