Class Rake::InvocationChain
In: lib/rake/invocation_chain.rb
Parent: LinkedList

InvocationChain tracks the chain of task invocations to detect circular dependencies.

Methods

append   append   member?   to_s  

Classes and Modules

Class Rake::InvocationChain::EmptyInvocationChain

Constants

EMPTY = EmptyInvocationChain.new

Public Class methods

Public Instance methods

Append an invocation to the chain of invocations. It is an error if the invocation already listed.

Is the invocation already in the chain?

Convert to string, ie: TOP => invocation => invocation

[Validate]