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