Sha256: f8db1180ee23e76711cb5c6c3237799a29afff8d072659fe767e2b20baec4419

Contents?: true

Size: 239 Bytes

Versions: 20

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

Mutant::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:); end'
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
mutant-0.9.11 meta/kwarg.rb
mutant-0.9.10 meta/kwarg.rb
mutant-0.9.9 meta/kwarg.rb
mutant-0.9.8 meta/kwarg.rb
mutant-0.9.7 meta/kwarg.rb
mutant-0.9.6 meta/kwarg.rb
mutant-0.9.5 meta/kwarg.rb
mutant-0.9.4 meta/kwarg.rb
mutant-0.9.3 meta/kwarg.rb
mutant-0.9.2 meta/kwarg.rb
mutant-0.9.1 meta/kwarg.rb
mutant-0.9.0 meta/kwarg.rb
mutant-0.8.24 meta/kwarg.rb
mutant-0.8.23 meta/kwarg.rb
mutant-0.8.22 meta/kwarg.rb
mutant-0.8.21 meta/kwarg.rb
mutant-0.8.20 meta/kwarg.rb
mutant-0.8.19 meta/kwarg.rb
mutant-0.8.18 meta/kwarg.rb
mutant-0.8.17 meta/kwarg.rb