sig/steep/drivers/checkfile.rbs in steep-1.2.0.pre.1 vs sig/steep/drivers/checkfile.rbs in steep-1.2.0

- old
+ new

@@ -8,16 +8,17 @@ attr_reader stderr: IO attr_reader command_line_args: Array[String] include Utils::DriverHelper - include Utils::JobsCount attr_accessor all_rbs: bool attr_accessor all_ruby: bool attr_reader stdin_input: Hash[Pathname, String] + + attr_reader jobs_option: Utils::JobsOption def initialize: (stdout: IO, stderr: IO) -> void def run: () -> Integer end