class Regexp::Scanner
def append_literal(data, ts, te)
Appends one or more characters to the literal buffer, to be emitted later
def append_literal(data, ts, te) (self.literal_run ||= []) << copy(data, ts, te) end
def append_literal(data, ts, te) (self.literal_run ||= []) << copy(data, ts, te) end