Method: TypeProf::LSP::Message#notify
- Defined in:
- lib/typeprof/lsp/messages.rb
#notify(method, **params) ⇒ Object
28 29 30 |
# File 'lib/typeprof/lsp/messages.rb', line 28 def notify(method, **params) @server.send_notification(method, **params) end |