Returns an array representation of this token.
Returns:
464 465 466
# File 'lib/ebnf/ll1/lexer.rb', line 464 def to_a [@type, @value] end