Sha256: 89f02dadbedb13446622dd5f933ba1edced858f0de457fa9419fe8bc97049001
Contents?: true
Size: 392 Bytes
Versions: 4
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true module Mutant class Mutator class Node # Mutation emitter to handle noop nodes class Noop < self handle(:__ENCODING__, :block_pass, :cbase) private # Emit mutations # # @return [undefined] def dispatch # noop end end # Noop end # Node end # Mutator end # Mutant
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.8.20 | lib/mutant/mutator/node/noop.rb |
mutant-0.8.19 | lib/mutant/mutator/node/noop.rb |
mutant-0.8.18 | lib/mutant/mutator/node/noop.rb |
mutant-0.8.17 | lib/mutant/mutator/node/noop.rb |