# File lib/rouge/regex_lexer.rb, line 415 def reset_stack puts ' resetting stack' if @debug stack.clear stack.push get_state(:root) end