Type:
Class

######################################################################### A FileTask is a task that includes time based dependencies. If any of a FileTask's prerequisites have a timestamp that is later than the file represented by this task, then the file must be rebuilt (using the supplied actions).

timestamp
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::FileTask

timestamp() Instance Public methods

2025-01-10 15:47:30
needed?
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::FileTask

needed?() Instance Public methods Is this file task needed? Yes if it doesn't

2025-01-10 15:47:30