Method: Neovim::Remote#notify

Defined in:
lib/neovim/remote.rb

#notify(method, *args) ⇒ Object



241
242
243
# File 'lib/neovim/remote.rb', line 241

def notify method, *args
  put Message::Notification[ method, args]
end