Method: Rake::InvocationExceptionMixin#chain

Defined in:
lib/rake/invocation_exception_mixin.rb

#chainObject

Return the invocation chain (list of Rake tasks) that were in effect when this exception was detected by rake. May be null if no tasks were active.



7
8
9
# File 'lib/rake/invocation_exception_mixin.rb', line 7

def chain
  @rake_invocation_chain ||= nil
end