# File lib/neovim/session.rb, line 107 def notify(method, *args) main_thread_only do @rpc.notify(method, *args) nil end end