Class: RSS::Maker::RSS09::Channel::Links

Inherits:
LinksBase
  • Object
show all
Defined in:
lib/rss/maker/0.9.rb

Defined Under Namespace

Classes: Link

Instance Method Summary collapse

Instance Method Details

#to_feed(rss, channel) ⇒ Object



144
145
146
147
# File 'lib/rss/maker/0.9.rb', line 144

def to_feed(rss, channel)
  return if @links.empty?
  @links.first.to_feed(rss, channel)
end