class YARP::LexCompat::HeredocEndToken

state on them.
Heredoc end tokens are emitted in an odd order, so we don’t compare the

def ==(other)

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