| Module | RSS::XMLStyleSheetMixin |
| In: |
lib/rss/xml-stylesheet.rb
|
| xml_stylesheets | [RW] |
# File lib/rss/xml-stylesheet.rb, line 7
7: def initialize(*args)
8: super
9: @xml_stylesheets = []
10: end