Method: Spoom::Cli::LSP#show
- Defined in:
- lib/spoom/cli/lsp.rb
#show ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/spoom/cli/lsp.rb', line 16 def show context_requiring_sorbet! lsp = lsp_client # TODO: run interactive mode puts lsp end |