Exception: Neovim::Session::Disconnected Private
- Defined in:
- lib/neovim/session.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize ⇒ Disconnected
constructor
private
A new instance of Disconnected.
Constructor Details
#initialize ⇒ Disconnected
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.
Returns a new instance of Disconnected.
16 17 18 |
# File 'lib/neovim/session.rb', line 16 def initialize super("Disconnected from nvim process") end |