Sha256: 5e4424d25ff251e4665077aef845c15b174513f22ce4c61da88d85a636eabcd0
Contents?: true
Size: 524 Bytes
Versions: 9
Compression:
Stored size: 524 Bytes
Contents
module Steep module Drivers class Checkfile LSP: singleton(LanguageServer::Protocol) attr_reader stdout: IO attr_reader stderr: IO attr_reader command_line_args: Array[String] include Utils::DriverHelper 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 end end
Version data entries
9 entries across 9 versions & 1 rubygems