lib/mutest/matcher.rb in mutest-0.0.9 vs lib/mutest/matcher.rb in mutest-0.0.10

- old
+ new

@@ -1,14 +1,15 @@ module Mutest # Abstract matcher to find subjects to mutate class Matcher - include Adamantium::Flat, AbstractType + include AbstractType + include Adamantium::Flat # Call matcher # # @param [Env::Bootstrap] env # # @return [Enumerable<Subject>] # abstract_method :call - end # Matcher -end # Mutest + end +end