method

xhtml

v1_9_1_378 - Show latest stable - Class: RSS::Atom::Feed::Entry::Content
xhtml()
public

No documentation available.

# File lib/rss/atom.rb, line 482
          def xhtml
            if inline_xhtml?
              xml
            else
              nil
            end
          end