lib/mutant/subject.rb in mutant-0.10.25 vs lib/mutant/subject.rb in mutant-0.10.26

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Mutant # Subject of a mutation class Subject - include AbstractType, Adamantium::Flat, Enumerable + include AbstractType, Adamantium, Enumerable include Anima.new(:context, :node) # Mutations for this subject # # @return [Enumerable<Mutation>]