method
xml_content=
xml_content=(content)
public
Hide source
# File lib/rss/maker/base.rb, line 322 def xml_content=(content) @xml_content = ensure_xml_content(content) end