Sha256: ee45653a6eab3fb4167a98e85b2d66f34571a1e3d52d37bc69c1db22b27c0e65
Contents?: true
Size: 436 Bytes
Versions: 8
Compression:
Stored size: 436 Bytes
Contents
module Steep module Drivers module Utils class JobsOption attr_accessor jobs_count: Integer? attr_accessor steep_command: String? attr_reader jobs_count_modifier: Integer include Parallel::ProcessorCount def initialize: (?jobs_count_modifier: Integer) -> void def default_jobs_count: () -> Integer def jobs_count_value: () -> Integer end end end end
Version data entries
8 entries across 8 versions & 1 rubygems