Sha256: 362affb69ca3e3f730fdb7014edf19f30cc248f629b53b7f641c04d75c595917
Contents?: true
Size: 408 Bytes
Versions: 33
Compression:
Stored size: 408 Bytes
Contents
# encoding: utf-8 module Mutant class Mutator class Node # Mutation emitter to handle noop nodes class Noop < self handle(:block_pass, :cbase) private # Emit mutations # # @return [undefined] # # @api private # def dispatch # noop end end # Noop end # Node end # Mutator end # Mutant
Version data entries
33 entries across 33 versions & 1 rubygems