method
    
    xmled_content
  xmled_content()
  private
  
    Hide source    
    
      
  
# File lib/rss/rss.rb, line 1220 def xmled_content if have_xml_content? __send__(self.class.xml_getter).to_s else _content = content _content = Base64.encode64(_content) if need_base64_encode? h(_content) end end

  
  