inline_xhtml?()
public
Hide source
# File lib/rss/atom.rb, line 600 def inline_xhtml? !out_of_line? and @type == "xhtml" end