meta/match_current_line.rb in mutant-0.8.16 vs meta/match_current_line.rb in mutant-0.8.17

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + Mutant::Meta::Example.add :match_current_line do source 'true if /foo/' singleton_mutations mutation 'false if /foo/'