Sha256: 1430e22e27f596ef53485ac3222a9a19833409e72a642305028a46f61720089c
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 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, :lambda) private def dispatch # noop end end # Noop end # Node end # Mutator end # Mutant
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.9.11 | lib/mutant/mutator/node/noop.rb |
mutant-0.9.10 | lib/mutant/mutator/node/noop.rb |
mutant-0.9.9 | lib/mutant/mutator/node/noop.rb |