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

In Files

  • rss/maker/syndication.rb

Class/Module Index [+]

Quicksearch

RSS::Maker::SyndicationModel

Public Class Methods

append_features(klass) click to toggle source
 
               # File rss/maker/syndication.rb, line 8
def self.append_features(klass)
  super

  ::RSS::SyndicationModel::ELEMENTS.each do |name|
    klass.def_other_element(name)
  end
end