Sha256: bd802f5fa46529406189ab6afed0f0f5819ee34b7068f87ba21549952bc5c870
Contents?: true
Size: 398 Bytes
Versions: 20
Compression:
Stored size: 398 Bytes
Contents
module Mutant class Mutator class Util # Utility symbol mutator class Symbol < self handle(::Symbol) private # Emit mutations # # @return [undefined] # # @api private # def dispatch emit_new { :"s#{Random.hex_string}" } end end # Symbol end # Util end # Mutator end # Mutant
Version data entries
20 entries across 20 versions & 1 rubygems