Namespace
Methods
T
Instance Public methods
to_feed(rss, channel)
# File lib/rss/maker/1.0.rb, line 122
def to_feed(rss, channel)
  return if @links.empty?
  @links.first.to_feed(rss, channel)
end