Sha256: d50ba4ee0daa2f3db537e2f111487500db23b5901f4fdaf09003fcc4c8b4425f
Contents?: true
Size: 300 Bytes
Versions: 55
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true module Mutant # Abstract base class for test that might kill a mutation class Test include Anima.new( :expressions, :id ) # Identification string # # @return [String] alias_method :identification, :id end # Test end # Mutant
Version data entries
55 entries across 55 versions & 1 rubygems