Sha256: f94b74aa4a2e69949da5cd327ff398f67b72ec359b61799e983adae5533ef887
Contents?: true
Size: 466 Bytes
Versions: 18
Compression:
Stored size: 466 Bytes
Contents
module Mutant class Mutator class Node class Literal # Mutator for string literals class String < self handle(Rubinius::AST::StringLiteral) private # Emit mutants # # @return [undefined] # # @api private # def dispatch emit_nil emit_new { new_self(Random.hex_string) } end end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems