= private = protected
inline_other_base64?()
Returns true if the element contains inline content encoded in base64.
# File lib/rss/atom.rb, line 743 def inline_other_base64? inline_other? and !inline_other_text? and !inline_other_xml? end