# File lib/creole/parser.rb, line 100
    def end_tag
      @out << '</' << @stack.pop << '>'
    end