class Parser::Lexer::Literal
def clear_buffer
def clear_buffer @buffer = ''.dup # Prime the buffer with lexer encoding; otherwise, # concatenation will produce varying results. @buffer.force_encoding(@lexer.source_buffer.source.encoding) @buffer_s = nil @buffer_e = nil end