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
- (Object) to_feed(rss, channel)
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 |