module Mutant # Abstract matcher to find subjects to mutate class Matcher include Adamantium::Flat, Enumerable, AbstractType extend DescendantsTracker # Enumerate subjects # # @api private # # @return [self] # if block given # # @return [Enumerabe] # otherwise # abstract_method :each # Return identification # # @return [String # # @api private # abstract_method :identification end end