Method: Neovim::Session#respond
- Defined in:
- lib/neovim/session.rb
permalink #respond(request_id, value, error = nil) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
79 80 81 |
# File 'lib/neovim/session.rb', line 79 def respond(request_id, value, error=nil) @event_loop.respond(request_id, value, error) end |