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