Method: Neovim::API#function_for_object_method
- Defined in:
- lib/neovim/api.rb
permalink #function_for_object_method(obj, method_name) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/neovim/api.rb', line 24 def function_for_object_method(obj, method_name) functions[function_name(obj, method_name)] end |