class YARP::LexCompat::CommentToken

def ==(other)

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