Method: Neovim::RemoteObject#initialize

Defined in:
lib/neovim/remote_object.rb

#initialize(index, client) ⇒ RemoteObject

Returns a new instance of RemoteObject.



68
69
70
# File 'lib/neovim/remote_object.rb', line 68

def initialize index, client
  @index, @client = index, client
end