Sha256: ed4b76127baf3b71290706155898e394c89244516f2dc66650fc68234ef1879c
Contents?: true
Size: 421 Bytes
Versions: 18
Compression:
Stored size: 421 Bytes
Contents
module Mutant class Mutator class Node class Literal # Mutator for nil literals class Nil < self handle(Rubinius::AST::NilLiteral) private # Emit mutants # # @return [undefined] # # @api private # def dispatch emit('Object.new'.to_ast) end end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems