lib/mutant/subject.rb in mutant-0.10.23 vs lib/mutant/subject.rb in mutant-0.10.24

- old
+ new

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