Class: Teapot::Command::Visualize
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- Teapot::Command::Visualize
- Defined in:
- lib/teapot/command/visualize.rb
Overview
A command to visualize dependency graphs.
Defined Under Namespace
Classes: Files, Packages, Targets
Instance Method Summary collapse
-
#call ⇒ Object
Execute the visualize command.
-
#context ⇒ Object
Delegate context to parent Top command.
Instance Method Details
#call ⇒ Object
Execute the visualize command.
172 173 174 |
# File 'lib/teapot/command/visualize.rb', line 172 def call @command.call end |
#context ⇒ Object
Delegate context to parent Top command.
167 168 169 |
# File 'lib/teapot/command/visualize.rb', line 167 def context parent.context end |