Sha256: a61abeb32491e7a9e42b9788d510076a2d132aa3572244e7818b387b39773047
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
module Steep module Server module LSPFormatter include Services class CommentBuilder @array: Array[String] def initialize: () -> void def self.build: () { (CommentBuilder) -> void } -> String def to_s: () -> String def <<: (String? string) -> void def push: () { (String) -> void } -> void end def self?.format_hover_content: (Services::HoverProvider::Ruby::content | Services::HoverProvider::RBS::content) -> untyped def self?.to_list: [A < Object] (Enumerable[A] collection) ?{ (A) -> String } -> String def self?.name_and_args: (untyped name, untyped args) -> ::String def self?.name_and_params: (untyped name, untyped params) -> ::String type summarizable_decl = ::RBS::AST::Declarations::Class | ::RBS::AST::Declarations::Module | ::RBS::AST::Declarations::Interface | ::RBS::AST::Declarations::TypeAlias | ::RBS::AST::Declarations::ClassAlias | ::RBS::AST::Declarations::ModuleAlias def self?.declaration_summary: (summarizable_decl) -> String end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
steep-1.4.0.dev.3 | sig/steep/server/lsp_formatter.rbs |
steep-1.4.0.dev.2 | sig/steep/server/lsp_formatter.rbs |