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

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

Overview

Recursive namespace classifier

Constant Summary collapse

REGEXP =
/\A(?<namespace>#{SCOPE_PATTERN})\*\z/.freeze
MATCHER =
Matcher::Namespace

Constants inherited from Mutant::CLI::Classifier

CBASE_PATTERN, METHOD_NAME_PATTERN, REGISTRY, SCOPE_NAME_PATTERN, SCOPE_OPERATOR, SCOPE_PATTERN

Method Summary

Methods inherited from Mutant::CLI::Classifier::Namespace

#matcher

Methods inherited from Mutant::CLI::Classifier

constant_lookup, #each, #identifier, run