method
xmled_content
v2_4_6 -
Show latest stable
- Class:
RSS::Element
xmled_content()private
No documentation available.
# File lib/rss/rss.rb, line 1233
def xmled_content
if have_xml_content?
__send__(self.class.xml_getter).to_s
else
_content = content
_content = [_content].pack("m0") if need_base64_encode?
h(_content)
end
end