class Visualize
A command to visualize dependency graphs.
Nested
Definitions
def context
Delegate context to parent Top command.
Signature
-
returns
Context The project context.
Implementation
def context
parent.context
end
def call
Execute the visualize command.
Implementation
def call
@command.call
end