method

inline_other?

v1_8_7_72 - Show latest stable - Class: RSS::Atom::Feed::Entry::Content
inline_other?()
public

No documentation available.

# File lib/rss/atom.rb, line 520
          def inline_other?
            return false if out_of_line?
            media_type, subtype = mime_split
            return false if media_type.nil? or subtype.nil?
            true
          end