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

Version Path
steep-1.3.2 sig/steep/drivers/checkfile.rbs
steep-1.3.1 sig/steep/drivers/checkfile.rbs
steep-1.4.0.dev.2 sig/steep/drivers/checkfile.rbs
steep-1.4.0.dev.1 sig/steep/drivers/checkfile.rbs
steep-1.3.0 sig/steep/drivers/checkfile.rbs
steep-1.3.0.pre.2 sig/steep/drivers/checkfile.rbs
steep-1.3.0.pre.1 sig/steep/drivers/checkfile.rbs
steep-1.2.1 sig/steep/drivers/checkfile.rbs
steep-1.2.0 sig/steep/drivers/checkfile.rbs