Method: Neovim::Handler#execute

Defined in:
lib/neovim/handler.rb

#execute(*args) ⇒ Object



33
# File 'lib/neovim/handler.rb', line 33

def execute *args ; @block.call *args ; end