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 = literal || [] literal << text(data, ts, te) end
def append_literal(data, ts, te) self.literal = literal || [] literal << text(data, ts, te) end