Class: Evilution::Config::Validators::Base Private
- Inherits:
-
Object
- Object
- Evilution::Config::Validators::Base
- Defined in:
- lib/evilution/config/validators/base.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
ExampleTargetingCache, ExampleTargetingFallback, ExampleTargetingStrategy, FailFast, Hooks, IgnorePatterns, Integration, Isolation, Jobs, Preload, Profile, SpecMappings, SpecPattern
Class Method Summary collapse
- .call(_value) ⇒ Object private
Class Method Details
.call(_value) ⇒ Object
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.
6 7 8 |
# File 'lib/evilution/config/validators/base.rb', line 6 def self.call(_value) raise NotImplementedError end |