class SyntaxSuggest::Token

Value object for accessing lex values

This lex:

[1, 0], :on_ident, "describe", CMDARG

Would translate into:

token.line # => 1
token.type # => :on_indent
token.value # => "describe"