class Prism::LexCompat::IgnoreStateToken

used for :on_comment, :on_heredoc_end, :on_embexpr_end
Tokens where state should be ignored

def ==(other) # :nodoc:

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