Method: Prism::LexCompat::Token#location

Defined in:
lib/prism/lex_compat.rb

#locationObject

The location of the token in the source.



208
209
210
# File 'lib/prism/lex_compat.rb', line 208

def location
  self[0]
end