Class: Neovim::Job

Inherits:
Provider show all
Defined in:
lib/neovim.rb

Constant Summary

Constants included from Logging

Logging::DEFAULT_LEVEL, Logging::LEVELS

Instance Method Summary collapse

Methods inherited from Provider

run, start

Methods inherited from Remote

#client_methods, #client_name, #client_type, #notify, open, open_conn, #request, #run, run_remote, run_sub, start, #start, start_client

Methods included from Logging

put

Constructor Details

#initialize(plugins, conn) ⇒ Job

Returns a new instance of Job.



12
13
14
15
# File 'lib/neovim.rb', line 12

def initialize plugins, conn
  super plugins, conn
  start
end