Sha256: f89e2083fe02df4868daccb1d6a032f22a6f649df8cfb2980b417f92339d694a
Contents?: true
Size: 313 Bytes
Versions: 2
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true module Mutant class Mutator class Node # Mutator for super without parentheses class ZSuper < self handle(:zsuper) private def dispatch emit_singletons end end # ZSuper end # Node end # Mutator end # Mutant
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.12.4 | lib/mutant/mutator/node/zsuper.rb |
mutant-0.12.3 | lib/mutant/mutator/node/zsuper.rb |