Method: Neovim::RemoteObject.type
- Defined in:
- lib/neovim/remote_object.rb
.type ⇒ Object
57 58 59 |
# File 'lib/neovim/remote_object.rb', line 57 def type @type ||= plain_name.to_sym end |
57 58 59 |
# File 'lib/neovim/remote_object.rb', line 57 def type @type ||= plain_name.to_sym end |