Method: Prism::LexCompat::Token#event

Defined in:
lib/prism/lex_compat.rb

#eventObject

The type of the token.



213
214
215
# File 'lib/prism/lex_compat.rb', line 213

def event
  self[1]
end