class Prism::LexCompat::IgnoreStateToken
used for :on_comment, :on_heredoc_end, :on_embexpr_end
Tokens where state should be ignored
def ==(other) # :nodoc:
def ==(other) # :nodoc: 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) # :nodoc: self[0...-1] == other[0...-1] end