method

inline_other_base64?

ruby latest stable - Class: RSS::Maker::ItemsBase::ItemBase::ContentBase
inline_other_base64?()
public

No documentation available.

# File lib/rss/maker/base.rb, line 922
          def inline_other_base64?
            return false if @type.nil? or out_of_line?
            @type.include?("/") and !inline_other_text? and !inline_other_xml?
          end