phony.rb

Path: lib/rake/phony.rb
Last Update: Mon May 20 13:22:31 +0000 2013

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.

Required files

rake  

[Validate]