Class: Rake::Task

Inherits:
Object
  • Object
show all
Includes:
Pwrake::TaskAlgorithm
Defined in:
lib/pwrake/rake_modify.rb

Instance Method Summary collapse

Methods included from Pwrake::TaskAlgorithm

#assigned, #check_prereq_finished, #file_size, #invoke_modify, #location, #location=, #log_host, #log_task, #prior?, #pw_enq_subsequents, #pw_execute, #pw_invoke, #pw_search_tasks, #search_prerequisites, #search_with_call_chain, #suggest_location, #suggest_location2, #task_id

Instance Method Details

#invoke(*args) ⇒ Object



8
9
10
# File 'lib/pwrake/rake_modify.rb', line 8

def invoke(*args)
  invoke_modify(*args)
end

#invoke_origObject



6
# File 'lib/pwrake/rake_modify.rb', line 6

alias invoke_orig :invoke