Module: Mutant::Procto Private
- Included in:
- AST::FindMetaclassContaining, Isolation::Fork::Child, Isolation::Fork::Parent, Matcher::Method::Evaluator, Mutator, Reporter::CLI::Printer
- Defined in:
- lib/mutant/procto.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(host) ⇒ undefined
private
Define the .call method on
host
.
Class Method Details
.included(host) ⇒ undefined
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Define the .call method on host
13 14 15 |
# File 'lib/mutant/procto.rb', line 13 def self.included(host) host.extend(ClassMethods) end |