Sha256: 9d347dbd217509c1e1d628b44d6d7444655ba22b6ff117ef79622e8416e7ec9c

Contents?: true

Size: 286 Bytes

Versions: 2

Compression:

Stored size: 286 Bytes

Contents

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

  mutation 'def foo; end'
  mutation 'def foo(bar: baz); raise; end'
  mutation 'def foo(bar: nil); end'
  mutation 'def foo(bar: self); end'
  mutation 'def foo(bar:); end'
  mutation 'def foo(_bar: baz); end'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mutant-0.8.14 meta/kwoptarg.rb
mutant-0.8.13 meta/kwoptarg.rb