Class: RSS::Maker::RSS10::Channel::Links
- Inherits:
-
LinksBase
- Object
- LinksBase
- RSS::Maker::RSS10::Channel::Links
- 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
123 124 125 126 |
# File 'lib/rss/maker/1.0.rb', line 123 def to_feed(rss, channel) return if @links.empty? @links.first.to_feed(rss, channel) end |