Class: Evilution::Config::Validators::Jobs Private
- Defined in:
- lib/evilution/config/validators/jobs.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.
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/jobs.rb', line 6 def self.call(value) coerce_positive_int!(value, name: "jobs") end |