Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/ruby22/lib64/ruby/2.2.0/rss/maker/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/ruby22/lib64/ruby/2.2.0/rss/maker/syndication.rb |
require 'rss/syndication' require 'rss/maker/1.0' module RSS module Maker module SyndicationModel def self.append_features(klass) super ::RSS::SyndicationModel::ELEMENTS.each do |name| klass.def_other_element(name) end end end class ChannelBase; include SyndicationModel; end end end