class YARP::LexCompat::EndContentToken

trim it down to just the content on the first line when comparing.
Ripper doesn’t include the rest of the token in the event, so we need to

def ==(other)

def ==(other)
  [self[0], self[1], self[2][0..self[2].index("\n")], self[3]] == other
end