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