Method: Neovim::RemoteObject#method_missing
- Defined in:
- lib/neovim/remote_object.rb
#method_missing(sym, *args) ⇒ Object
107 108 109 110 111 |
# File 'lib/neovim/remote_object.rb', line 107 def method_missing sym, *args call_obj sym, *args rescue UnknownApiObjectFunction super end |