Method: Mutx::Support::Configuration.maximum_execs_per_task
- Defined in:
- lib/mutx/support/configuration.rb
.maximum_execs_per_task ⇒ Object
199 200 201 |
# File 'lib/mutx/support/configuration.rb', line 199 def self.maximum_execs_per_task self.is_a_number?(@@input["max_execs_per_task"]) ? @@input["max_execs_per_task"] : 3 end |