method
text
text(data)
public
Hide source
# File lib/rss/parser.rb, line 363 def text(data) if @xml_child_mode @last_xml_element << data if @last_xml_element else @text_stack.last << data end end