Class: Neovim::Job
Constant Summary
Constants included from Logging
Logging::DEFAULT_LEVEL, Logging::LEVELS
Instance Method Summary collapse
-
#initialize(plugins, conn) ⇒ Job
constructor
A new instance of Job.
Methods inherited from Provider
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
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 |