Sha256: 5c7168485c140b6aafc422ff07774977cb9f482dc63ecdf165389b5556a45104

Contents?: true

Size: 289 Bytes

Versions: 29

Compression:

Stored size: 289 Bytes

Contents

module Steep
  module Diagnostic
    module Helper : _DiagnosticMessage
      def error_name: () -> String

      def full_message: () -> String
    end

    interface _DiagnosticMessage
      %a{pure} def detail_lines: () -> String?

      def header_line: () -> String
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
steep-1.4.0.dev.4 sig/steep/diagnostic/helper.rbs
steep-1.4.0.dev.3 sig/steep/diagnostic/helper.rbs
steep-1.3.2 sig/steep/diagnostic/helper.rbs
steep-1.3.1 sig/steep/diagnostic/helper.rbs
steep-1.4.0.dev.2 sig/steep/diagnostic/helper.rbs
steep-1.4.0.dev.1 sig/steep/diagnostic/helper.rbs
steep-1.3.0 sig/steep/diagnostic/helper.rbs
steep-1.3.0.pre.2 sig/steep/diagnostic/helper.rbs
steep-1.3.0.pre.1 sig/steep/diagnostic/helper.rbs