Method: Neovim::Remote::Message#method_missing
- Defined in:
- lib/neovim/remote.rb
#method_missing(sym, *args) ⇒ Object
51 52 53 |
# File 'lib/neovim/remote.rb', line 51 def method_missing sym, *args if @cont.key? sym then @cont[ sym] else super end end |