class Prism::LexCompat::IgnoreStateToken

def ==(other) # :nodoc:

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