Sha256: 42e1b3962f7dc0315346bc26300455a4e75b70a54ca435ec74fa6cae1af9e736
Contents?: true
Size: 490 Bytes
Versions: 27
Compression:
Stored size: 490 Bytes
Contents
module Mutant # An abstract context where mutations can be appied to. class Context include Adamantium::Flat, AbstractType, Concord::Public.new(:source_path) # Return root ast node # # @param [Parser::AST::Node] node # # @return [Parser::AST::Node] # # @api private # abstract_method :root # Return identification # # @return [String] # # @api private # abstract_method :identification end # Context end # Mutant
Version data entries
27 entries across 27 versions & 1 rubygems