Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
ruby-2.7
/
usr
/
lib
/
ruby
/
2.7.0
/
rss
/
maker
/
//proc/thread-self/root/proc/thread-self/root/opt/ruby-2.7/usr/lib/ruby/2.7.0/rss/maker/content.rb
# frozen_string_literal: false require_relative '../content' require_relative '1.0' require_relative '2.0' module RSS module Maker module ContentModel def self.append_features(klass) super ::RSS::ContentModel::ELEMENTS.each do |name| klass.def_other_element(name) end end end class ItemsBase class ItemBase; include ContentModel; end end end end