166 167 168
# File 'lib/antlr3/token.rb', line 166 def source_text concrete? ? input.substring( start, stop ) : text end