class YARP::LexCompat::EndContentToken

def ==(other)

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