Sha256: a2373db51d176d5ff6ca57dfdda9d304f0921e0974e3554adc4ba77986e5b790
Contents?: true
Size: 325 Bytes
Versions: 79
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true module Mutant class Mutator class Util # Utility symbol mutator class Symbol < self POSTFIX = '__mutant__' private def dispatch emit((input.to_s + POSTFIX).to_sym) end end # Symbol end # Util end # Mutator end # Mutant
Version data entries
79 entries across 79 versions & 1 rubygems