class Solargraph::Source::Chain::Link

def == other

def == other
  self.class == other.class and word == other.word
end