meta/send.rb in mutant-0.8.14 vs meta/send.rb in mutant-0.8.15

- old
+ new

@@ -134,9 +134,16 @@ singleton_mutations mutation 'map' end Mutant::Meta::Example.add :send do + source 'to_i' + + singleton_mutations + mutation 'to_int' +end + +Mutant::Meta::Example.add :send do source 'foo.to_s' singleton_mutations mutation 'foo' mutation 'self.to_s'