module Solargraph

The top-level namespace for the Solargraph code mapping, documentation, static analysis, and language server libraries.

@todo PR the RBS gem to add this @!parse

module ::Gem
 class SpecFetcher; end
end

github.com/whitequark/parser

@!parse

module ::Kramdown
  class Document
    # @return [String]
    def to_html; end
  end
end
module ReverseMarkdown
  # @param input [String]
  # @param options [Hash]
  # @return [String]
  def self.convert(input, options = {}); end
end