method
xml_content=
v1_9_1_378 -
Show latest stable
-
0 notes -
Class: RSS::Maker::AtomTextConstructBase::EnsureXMLContent
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