文件操作 - unmergeable.rb
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/hocon-1.4.0/lib/hocon/impl/unmergeable.rb
编辑文件内容
# encoding: utf-8 require_relative '../../hocon/impl' require_relative '../../hocon/config_error' # # Interface that tags a ConfigValue that is not mergeable until after # substitutions are resolved. Basically these are special ConfigValue that # never appear in a resolved tree, like {@link ConfigSubstitution} and # {@link ConfigDelayedMerge}. # module Hocon::Impl::Unmergeable def unmerged_values raise Hocon::ConfigError::ConfigBugOrBrokenError, "subclasses of `Unmergeable` must implement `unmerged_values` (#{self.class})" end end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件