Method: Neovim::OptionAccess#option_params

Defined in:
lib/neovim/remote_object.rb

#option_paramsObject



31
32
33
34
35
36
# File 'lib/neovim/remote_object.rb', line 31

def option_params
  r = {}
  n = self.class::OPTION_PARAM
  r[ n] = @index if n
  r
end