文件操作 - sys_filesystem_shared.rb
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/gems/3.2.0/gems/sys-filesystem-1.4.4/spec/sys_filesystem_shared.rb
编辑文件内容
# frozen_string_literal: true require 'sys-filesystem' RSpec.shared_examples Sys::Filesystem do example 'version number is set to the expected value' do expect(Sys::Filesystem::VERSION).to eq('1.4.4') expect(Sys::Filesystem::VERSION).to be_frozen end example 'you cannot instantiate an instance' do expect{ described_class.new }.to raise_error(NoMethodError) end end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件