Sha256: 3f0c40c82759f3c661055b7240db53a33f00eeab3de1f5c9669fd3f49a4d55dc
Contents?: true
Size: 351 Bytes
Versions: 79
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true module Mutant class Mutator class Node # Namespace for class mutations class Class < self handle :class children :klass, :parent, :body private def dispatch emit_body_mutations if body end end # Class end # Node end # Mutator end # Mutant
Version data entries
79 entries across 79 versions & 1 rubygems