class Prism::LexCompat::Token

def ==(other) # :nodoc:

:nodoc:
We want to pretend that this is just an Array.
def ==(other) # :nodoc:
  @array == other
end