class Rouge::RegexLexer

def stack

Other tags:
    See: #state -
def stack
  @stack ||= [get_state(:root)]
end