文件操作 - syndication.rb
返回文件管理
返回主菜单
删除本文件
文件: /opt/alt/ruby21/lib64/ruby/2.1.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
修改文件时间
将文件时间修改为当前时间的前一年
删除文件