Method: Neovim::RemoteObject#initialize
- Defined in:
- lib/neovim/remote_object.rb
#initialize(index, client) ⇒ RemoteObject
Returns a new instance of RemoteObject.
65 66 67 |
# File 'lib/neovim/remote_object.rb', line 65 def initialize index, client @index, @client = index, client end |