Class: Mutant::CLI::Classifier::Namespace

Inherits:
Mutant::CLI::Classifier show all
Defined in:
lib/mutant/cli/classifier/namespace.rb

Overview

Namespace classifier

Direct Known Subclasses

Flat, Recursive

Defined Under Namespace

Classes: Flat, Recursive

Constant Summary

Constants inherited from Mutant::CLI::Classifier

CBASE_PATTERN, METHOD_NAME_PATTERN, REGISTRY, SCOPE_NAME_PATTERN, SCOPE_OPERATOR, SCOPE_PATTERN

Instance Method Summary collapse

Methods inherited from Mutant::CLI::Classifier

constant_lookup, #each, #identifier, run

Instance Method Details

#matcherMatcher

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.

Return matcher

Returns:



16
17
18
# File 'lib/mutant/cli/classifier/namespace.rb', line 16

def matcher
  self.class::MATCHER.new(cache, namespace)
end