lib/mutant/mutator/node/send.rb in mutant-0.8.1 vs lib/mutant/mutator/node/send.rb in mutant-0.8.2

- old
+ new

@@ -22,9 +22,10 @@ gsub: %i[sub], eql?: %i[equal?], to_s: %i[to_str], to_i: %i[to_int], to_a: %i[to_ary], + to_h: %i[to_hash], at: %i[fetch], :[] => %i[at fetch], :== => %i[eql? equal?], :>= => %i[> == eql? equal?], :<= => %i[< == eql? equal?],