Sha256: 6767f2b910d4108005c8287e89ad351b74f7054f38daa64929a73c66abb1bf11

Contents?: true

Size: 325 Bytes

Versions: 7

Compression:

Stored size: 325 Bytes

Contents

Mutest::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: nil); end'
  mutation 'def foo(bar: self); end'
  mutation 'def foo(bar:); end'
  mutation 'def foo(_bar: {}); end'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mutest-0.0.10 meta/kwoptarg.rb
mutest-0.0.9 meta/kwoptarg.rb
mutest-0.0.8 meta/kwoptarg.rb
mutest-0.0.7 meta/kwoptarg.rb
mutest-0.0.6 meta/kwoptarg.rb
mutest-0.0.5 meta/kwoptarg.rb
mutest-0.0.4 meta/kwoptarg.rb