class Mutest::Expression::Namespace::Exact
Exact
namespace expression
Constants
- MATCHER
- REGEXP
Public Instance Methods
matcher()
click to toggle source
Matcher
matcher on expression
@return [Matcher]
# File lib/mutest/expression/namespace.rb, line 64 def matcher Matcher::Scope.new(Object.const_get(scope_name)) end