class Rake::InvokeInsideInvoke

Error indicating Task#invoke was called inside Task#invoke during parallel execution.

Public Instance Methods

message() click to toggle source
    # File lib/rake/parallel.rb
126 def message
127   "Cannot call Task#invoke within a task during parallel execution."
128 end