Sha256: 535b3f6093cb84fce10f228b7f94d2a3fcf74b8f5d7ba124d8a566700723e95d

Contents?: true

Size: 250 Bytes

Versions: 8

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mutant-0.8.24 meta/restarg.rb
mutant-0.8.23 meta/restarg.rb
mutant-0.8.22 meta/restarg.rb
mutant-0.8.21 meta/restarg.rb
mutant-0.8.20 meta/restarg.rb
mutant-0.8.19 meta/restarg.rb
mutant-0.8.18 meta/restarg.rb
mutant-0.8.17 meta/restarg.rb