lib/mutant/mutator/node/connective/binary.rb in mutant-0.3.0.beta21 vs lib/mutant/mutator/node/connective/binary.rb in mutant-0.3.0.beta22

- old
+ new

@@ -1,5 +1,7 @@ +# encoding: utf-8 + module Mutant class Mutator class Node module Connective @@ -9,10 +11,10 @@ INVERSE = { :and => :or, :or => :and, }.freeze - handle *INVERSE.keys + handle(*INVERSE.keys) children :left, :right private