Class: RSS::Maker::RSS10::Channel::Links
| Relationships & Source Files | |
| Namespace Children | |
|
Classes:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
LinksBase
|
|
|
Instance Chain:
self,
LinksBase
|
|
| Inherits: |
LinksBase
|
| Defined in: | lib/rss/maker/1.0.rb |
Instance Method Summary
Instance Method Details
#to_feed(rss, channel)
[ GitHub ]# 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