Method: Neovim::RemoteObject#methods

Defined in:
lib/neovim/remote_object.rb

#methods(regular = true) ⇒ Object



117
118
119
120
121
# File 'lib/neovim/remote_object.rb', line 117

def methods regular = true
  s = super
  s |= @client.obj_functions self if regular
  s
end