Sha256: 05535b058f3f3dab3c833aa353838f7838c12a1e46e3acae19d46e15d7e33774
Contents?: true
Size: 486 Bytes
Versions: 18
Compression:
Stored size: 486 Bytes
Contents
module Mutant class Mutator class Node class Literal < self # Mutator for symbol literals class Symbol < self handle(Rubinius::AST::SymbolLiteral) private # Emit mutatns # # @return [undefined] # # @api private # def dispatch emit_nil emit_new { new_self(('s'+Random.hex_string).to_sym) } end end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems