Sha256: 4ca7b8baf1bec19f55476e8112803ede5558fe9720e15193ba32e9904c414465

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

Mutant::Meta::Example.add :kwarg do
  source 'def foo(bar:); end'

  mutation 'def foo; end'
  mutation 'def foo(bar:); raise; end'
  mutation 'def foo(bar:); super; end'
  mutation 'def foo(_bar:); end'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mutant-0.8.16 meta/kwarg.rb
mutant-0.8.15 meta/kwarg.rb