method

inline_other_base64?

v1_9_2_180 - Show latest stable - Class: RSS::Atom::Feed::Entry::Content
inline_other_base64?()
public

No documentation available.

# File lib/rss/atom.rb, line 549
          def inline_other_base64?
            inline_other? and !inline_other_text? and !inline_other_xml?
          end