Method: Prism::LexCompat::Token#state

Defined in:
lib/prism/lex_compat.rb

#stateObject

The state of the lexer when this token was produced.



223
224
225
# File 'lib/prism/lex_compat.rb', line 223

def state
  self[3]
end