Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • rss/xml-stylesheet.rb

Methods

Class/Module Index [+]

Quicksearch

RSS::XMLStyleSheetMixin

Attributes

xml_stylesheets[RW]

Public Class Methods

new(*args) click to toggle source
 
               # File rss/xml-stylesheet.rb, line 7
def initialize(*args)
  super
  @xml_stylesheets = []
end