class Prism::LexCompat::Token

def event

The type of the token.
def event
  self[1]
end