Sha256: 00f2a79403322f1e4c25784cc1d0809012540ac710ba323526c33e5c12640028
Contents?: true
Size: 285 Bytes
Versions: 8
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true Mutant::Meta::Example.add :regexp_alternation_meta do source '/\A(foo|bar|baz)\z/' singleton_mutations regexp_mutations mutation '/\A(foo|bar)\z/' mutation '/\A(foo|baz)\z/' mutation '/\A(bar|baz)\z/' mutation '/\A(?:foo|bar|baz)\z/' end
Version data entries
8 entries across 8 versions & 1 rubygems