Method: Neovim::Session#request_id=
- Defined in:
- lib/neovim/session.rb
permalink #request_id=(value) ⇒ Object (writeonly)
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.
12 13 14 |
# File 'lib/neovim/session.rb', line 12 def request_id=(value) @request_id = value end |