class YARP::LexCompat::IgnoreStateToken
used for :on_comment, :on_heredoc_end, :on_embexpr_end
Tokens where state should be ignored
def ==(other)
def ==(other) self[0...-1] == other[0...-1] end
used for :on_comment, :on_heredoc_end, :on_embexpr_end
Tokens where state should be ignored
def ==(other) self[0...-1] == other[0...-1] end