Method: Neovim::API#function_for_object_method

Defined in:
lib/neovim/api.rb

#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.

[View source] [View on GitHub]

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