Class: RSS::Maker::RSS10::Channel::Links

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

Defined Under Namespace

Classes: Link

Instance Method Summary collapse

Instance Method Details

#to_feed(rss, channel) ⇒ Object



122
123
124
125
# 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