Class: VIM
- Inherits:
- BasicObject
- Defined in:
- lib/neovim/ruby_provider.rb
Constant Summary collapse
- Buffer =
::Neovim::Buffer
- Window =
::Neovim::Window
Class Attribute Summary collapse
-
.__client ⇒ Object
Returns the value of attribute __client.
Class Method Summary collapse
Class Attribute Details
.__client ⇒ Object
Returns the value of attribute __client.
5 6 7 |
# File 'lib/neovim/ruby_provider.rb', line 5 def __client @__client end |
Class Method Details
.method_missing(method, *args, &block) ⇒ Object
11 12 13 |
# File 'lib/neovim/ruby_provider.rb', line 11 def self.method_missing(method, *args, &block) @__client.public_send(method, *args, &block) end |