Method: Prism::LexCompat::Result#value
- Defined in:
- lib/prism/lex_compat.rb
#value ⇒ Object (readonly)
The list of tokens that were produced by the lexer.
16 17 18 |
# File 'lib/prism/lex_compat.rb', line 16 def value @value end |