Class: Neovim::DslPlain

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

Constant Summary collapse

TYPE =
nil
HANDLER =
HandlerPlain

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

#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