Class: Html2rss::RssBuilder::Stylesheet
- Inherits:
-
Object
- Object
- Html2rss::RssBuilder::Stylesheet
- Defined in:
- lib/html2rss/rss_builder/stylesheet.rb
Overview
Adds XML stylesheet tags (with the provided maker).
Class Method Summary collapse
-
.add(maker, stylesheets) ⇒ nil
Adds the stylesheet XML tags to the RSS.
Class Method Details
.add(maker, stylesheets) ⇒ nil
Adds the stylesheet XML tags to the RSS.
14 15 16 17 18 |
# File 'lib/html2rss/rss_builder/stylesheet.rb', line 14 def self.add(maker, stylesheets) stylesheets.each do |stylesheet| add_stylesheet(maker, stylesheet) end end |