Module: Spoom::LSP::PrintableSymbol
- Included in:
- Diagnostic, DocumentSymbol, Hover, Location, Position, Range, SignatureHelp
- Defined in:
- lib/spoom/sorbet/lsp/structures.rb
Instance Method Summary collapse
- #accept_printer(printer) ⇒ Object abstract
Instance Method Details
#accept_printer(printer) ⇒ Object
This method is abstract.
13 |
# File 'lib/spoom/sorbet/lsp/structures.rb', line 13 def accept_printer(printer) = raise NotImplementedError, "Abstract method called" |