Sha256: 5a3f0fdc0b1ae188f065da31da9345b43b94576b28245f73733602cd2ff31116
Contents?: true
Size: 509 Bytes
Versions: 33
Compression:
Stored size: 509 Bytes
Contents
# encoding: utf-8 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
33 entries across 33 versions & 1 rubygems