Flowdock
xhtml() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rss/atom.rb, line 490
          def xhtml
            if inline_xhtml?
              xml
            else
              nil
            end
          end
Register or log in to add new notes.