Support for the Ruby 2.4 series has ended. See here for reference.

In Files

  • rss/1.0.rb
  • rss/dublincore/1.0.rb
  • rss/image.rb
  • rss/maker/1.0.rb
  • rss/syndication.rb
  • rss/taxonomy.rb

Parent

Included Modules

Class/Module Index [+]

Quicksearch

RSS::RDF::Channel

Public Class Methods

new(*args) click to toggle source
 
               # File rss/1.0.rb, line 225
def initialize(*args)
  if Utils.element_initialize_arguments?(args)
    super
  else
    super()
    self.about = args[0]
  end
end
            
required_uri() click to toggle source
 
               # File rss/1.0.rb, line 201
def required_uri
  ::RSS::URI
end