class YARP::LexCompat::IdentToken

def ==(other)

def ==(other)
  (self[0...-1] == other[0...-1]) && (
    (other[3] == Ripper::EXPR_LABEL | Ripper::EXPR_END) ||
    (other[3] & Ripper::EXPR_ARG_ANY != 0)
  )
end