There's no documentation for this item.
Source Code
# File rss/parser.rb, line 322 def tag_end(name) if DEBUG p "end tag #{name}" p @tag_stack end text = @text_stack.pop tags = @tag_stack.pop pr = @proc_stack.pop pr.call(text, tags) unless pr.nil? @ns_stack.pop end
<code/>and<pre/>for code samples.