Class: Neovim::DslRemote
Constant Summary collapse
- TYPE =
:remote
Constants included from Logging
Logging::DEFAULT_LEVEL, Logging::LEVELS
Instance Method Summary collapse
Methods inherited from DslBase
Methods included from Logging
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 |