class YARP::LexCompat::CommentToken

against other comment tokens.
dispatched. Because of this we don’t both comparing state when comparing
It is extremely non obvious which state the parser is in when comments get

def ==(other)

def ==(other)
  self[0...-1] == other[0...-1]
end