# File ../../auditor/lib/kasp_auditor/key_tracker.rb, line 102
      def include_key?(key)
        Status.strings.each {|s| eval "return true if include_#{s.downcase}_key?(key)"}
        return false
      end