查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: phony.rb
路径:
/opt/alt/ruby30/share/gems/gems/rake-13.0.3/lib/rake/phony.rb
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# frozen_string_literal: true # Defines a :phony task that you can use as a dependency. This allows # file-based tasks to use non-file-based tasks as prerequisites # without forcing them to rebuild. # # See FileTask#out_of_date? and Task#timestamp for more info. require "rake" task :phony Rake::Task[:phony].tap do |task| def task.timestamp # :nodoc: Time.at 0 end end
💾 保存文件
← 返回文件管理器