Method: Rake::InvocationExceptionMixin#chain=

Defined in:
lib/rake/invocation_exception_mixin.rb

#chain=(value) ⇒ Object

Set the invocation chain in effect when this exception was detected.



13
14
15
# File 'lib/rake/invocation_exception_mixin.rb', line 13

def chain=(value)
  @rake_invocation_chain = value
end