📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 09:53:08
📂
/
/
opt
/
alt
/
ruby32
/
share
/
gems
/
gems
/
rake-13.0.6
/
lib
/
rake
✏️
Editing: multi_task.rb
# frozen_string_literal: true module Rake # Same as a regular task, but the immediate prerequisites are done in # parallel using Ruby threads. # class MultiTask < Task private def invoke_prerequisites(task_args, invocation_chain) # :nodoc: invoke_prerequisites_concurrently(task_args, invocation_chain) end end end
💾 Save Changes
❌ Cancel