Sha256: 5dcb3f7ad2057a8013eece62cdb4aef0bd17d7fbdb8c672fa9b8657b80a16506
Contents?: true
Size: 302 Bytes
Versions: 20
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true Mutant::Meta::Example.add :dstr do source '"foo#{bar}baz"' singleton_mutations mutation '"#{nil}#{bar}baz"' mutation '"#{self}#{bar}baz"' mutation '"foo#{bar}#{nil}"' mutation '"foo#{bar}#{self}"' mutation '"foo#{nil}baz"' mutation '"foo#{self}baz"' end
Version data entries
20 entries across 20 versions & 1 rubygems