# File lib/parser/lexer/literal.rb, line 186
    def extend_string(string, ts, te)
      @buffer_s ||= ts
      @buffer_e = te

      @buffer << string
    end