Method: Prism::LexCompat::Token#value

Defined in:
lib/prism/lex_compat.rb

#valueObject

The slice of the source that this token represents.



218
219
220
# File 'lib/prism/lex_compat.rb', line 218

def value
  self[2]
end