Sha256: 0aae0f8de8acbc893384b310ef3dcf67d0a1c9a68a9743e3a5af396bbd7e9d34
Contents?: true
Size: 318 Bytes
Versions: 17
Compression:
Stored size: 318 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( :expressions, :id ) # Identification string # # @return [String] alias_method :identification, :id end # Test end # Mutant
Version data entries
17 entries across 17 versions & 1 rubygems