364 365 366 367
# File 'lib/ripper/lexer.rb', line 364 def string(n = 0) return nil unless @match match(n).join end