Rake::InvocationChain < LinkedList
(from /home/chedong/.local/share/rdoc)
| Use Case | Command | Description |
|---|---|---|
| Create empty chain | Rake::InvocationChain::EMPTY | Returns an empty invocation chain (no tasks). |
| Append task to chain | chain.append(task) | Adds a task to the end of the chain. |
| Check task membership | chain.member?(task) | Returns true if the task is already in the chain (detects circular dependency). |
| Convert to string | chain.to_s | Returns a string representation of the chain. |
InvocationChain tracks the chain of task invocations to detect circular dependencies.
EMPTY — [not documented]append — (not documented)append — (not documented)member? — (not documented)to_s — (not documented)Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-27 16:32 @216.73.216.194
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format