Method: Neovim::RemoteObject#==

Defined in:
lib/neovim/remote_object.rb

#==(other) ⇒ Object



93
94
95
# File 'lib/neovim/remote_object.rb', line 93

def == other
  (other.class.equal? self.class) && @index == other.index && @client == other.client
end