🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:17:56 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
ruby27
/
share
/
gems
/
gems
/
rake-13.0.1
/
lib
/
rake
📍 /opt/alt/ruby27/share/gems/gems/rake-13.0.1/lib/rake
🔄 Refresh
✏️
Editing: phony.rb
Read Only
# 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
💾 Save Changes
❌ Cancel