Class: Neovim::DslPlain
Constant Summary collapse
- TYPE =
nil
- HANDLER =
HandlerPlain
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
#plain(name, **opts, &block) ⇒ Object
135 136 137 |
# File 'lib/neovim/handler.rb', line 135 def plain name, **opts, &block add_handler nil, name, **opts, &block end |