class Prism::LexCompat::Token

def value

The slice of the source that this token represents.
def value
  self[2]
end