Class: Neovim::DslRemote

Inherits:
DslBase show all
Defined in:
lib/neovim/handler.rb

Constant Summary collapse

TYPE =
:remote

Constants included from Logging

Logging::DEFAULT_LEVEL, Logging::LEVELS

Instance Method Summary collapse

Methods inherited from DslBase

#initialize, #mkplugin, open

Methods included from Logging

put

Constructor Details

This class inherits a constructor from Neovim::DslBase

Instance Method Details

#register_handler(name, &block) ⇒ Object



145
146
147
# File 'lib/neovim/handler.rb', line 145

def register_handler name, &block
  add_handler nil, name, &block
end