method
to_xml
v2_2_9 -
Show latest stable
- Class:
RSS::RootElementMixin
to_xml(type=nil, &block)public
No documentation available.
# File lib/rss/rss.rb, line 1303
def to_xml(type=nil, &block)
if type.nil? or same_feed_type?(type)
to_s
else
to_feed(type, &block).to_s
end
end