Sha256: 7efc4a515df43a7a9d6b511f5ef6ad7ec9a3319970e942e59409476575afd74c
Contents?: true
Size: 570 Bytes
Versions: 12
Compression:
Stored size: 570 Bytes
Contents
module Mutant class Mutator class Node # Emitter for mutations on 19 blocks class Block < self handle(:block) children :send, :arguments, :body private # Emit mutants # # @return [undefined] # # @api private # def dispatch emit(send) emit_arguments_mutations if body emit_body_mutations end emit_body(nil) emit_body(RAISE) end end # Block end # Node end # Mutator end # Mutant
Version data entries
12 entries across 12 versions & 1 rubygems