# File lib/termcolor.rb, line 87 def tag_end(name) @tag_stack.pop @result << HighLine::CLEAR @result << @tag_stack.map{|i| to_esc_seq(i)}.join unless @tag_stack.empty? end