class Rouge::Lexer

def continue_lex(*a, &b)

Other tags:
    See: #continue_lex -
def continue_lex(*a, &b)
  lex(*a, &b)
end