module

Tools

Local tools live under the Tools module in sub-modules which can register as tool-sets

Class methods

[]?(name) : ToolSet | Nil

Call Tools[name]? to find a ToolSet by its name

Source
each_toolset

Call Tools.each_toolset to iterate through known ToolSet's

Source
each_toolset

Call Tools.each_toolset to iterate through known ToolSet's

Source
register(toolset : ToolSet)
Source

Nested types