Sha256: ae46cf11f427653178ccd9f00806ab7da2eb9526d8fc045c7ad3e3d2332d6cd6
Contents?: true
Size: 613 Bytes
Versions: 10
Compression:
Stored size: 613 Bytes
Contents
module Steep module Drivers class DiagnosticPrinter LSP: untyped attr_reader stdout: untyped attr_reader buffer: untyped def initialize: (stdout: untyped, buffer: untyped) -> void def path: () -> untyped def color_severity: (untyped string, severity: untyped) -> untyped def severity_message: (untyped severity) -> untyped def location: (untyped diagnostic) -> untyped def print: (untyped diagnostic, ?prefix: ::String, ?source: bool) -> untyped def print_source_line: (untyped diagnostic, ?prefix: ::String) -> untyped end end end
Version data entries
10 entries across 10 versions & 1 rubygems