Sha256: 992ea806fa3f8c15cce9d8e238a2a8158a362bd6d219eb1abd677c218084262c
Contents?: true
Size: 389 Bytes
Versions: 24
Compression:
Stored size: 389 Bytes
Contents
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
24 entries across 24 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.5.23 | lib/mutant/mutator/node/noop.rb |
mutant-0.5.22 | lib/mutant/mutator/node/noop.rb |
mutant-0.5.21 | lib/mutant/mutator/node/noop.rb |
mutant-0.5.20 | lib/mutant/mutator/node/noop.rb |