Sha256: 58b2de1a9e452432cfd0f9184295e8385353cb7df6b99fa3fd5ce7bd76ef9bd2

Contents?: true

Size: 194 Bytes

Versions: 20

Compression:

Stored size: 194 Bytes

Contents

# frozen_string_literal: true

Mutant::Meta::Example.add :blockarg do
  source 'foo { |&bar| }'

  singleton_mutations
  mutation 'foo { |&bar| raise }'
  mutation 'foo {}'
  mutation 'foo'
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
mutant-0.9.11 meta/blockarg.rb
mutant-0.9.10 meta/blockarg.rb
mutant-0.9.9 meta/blockarg.rb
mutant-0.9.8 meta/blockarg.rb
mutant-0.9.7 meta/blockarg.rb
mutant-0.9.6 meta/blockarg.rb
mutant-0.9.5 meta/blockarg.rb
mutant-0.9.4 meta/blockarg.rb
mutant-0.9.3 meta/blockarg.rb
mutant-0.9.2 meta/blockarg.rb
mutant-0.9.1 meta/blockarg.rb
mutant-0.9.0 meta/blockarg.rb
mutant-0.8.24 meta/blockarg.rb
mutant-0.8.23 meta/blockarg.rb
mutant-0.8.22 meta/blockarg.rb
mutant-0.8.21 meta/blockarg.rb
mutant-0.8.20 meta/blockarg.rb
mutant-0.8.19 meta/blockarg.rb
mutant-0.8.18 meta/blockarg.rb
mutant-0.8.17 meta/blockarg.rb