Class: RSS::Maker::RSS09::Channel::Links
- Inherits:
-
LinksBase
- Object
- LinksBase
- RSS::Maker::RSS09::Channel::Links
- 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
145 146 147 148 |
# File 'lib/rss/maker/0.9.rb', line 145 def to_feed(rss, channel) return if @links.empty? @links.first.to_feed(rss, channel) end |