Method: Neovim::RemoteObject.type

Defined in:
lib/neovim/remote_object.rb

.typeObject



57
58
59
# File 'lib/neovim/remote_object.rb', line 57

def type
  @type ||= plain_name.to_sym
end