Sha256: f55db52f423ef15c390435377252500fa72306ad41fb3688a7e35508e673ee9f

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

Mutest::Meta::Example.add :restarg do
  source 'def foo(*bar); end'

  mutation 'def foo; end'
  mutation 'def foo(*_bar); end'
  mutation 'def foo(*bar); bar = []; end'
  mutation 'def foo(*bar); raise; end'
  mutation 'def foo(*bar); super; end'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mutest-0.0.3 meta/restarg.rb
mutest-0.0.2 meta/restarg.rb