Class: Teapot::Command::Visualize

Inherits:
Samovar::Command
  • Object
show all
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

Instance Method Details

#callObject

Execute the visualize command.



172
173
174
# File 'lib/teapot/command/visualize.rb', line 172

def call
	@command.call
end

#contextObject

Delegate context to parent Top command.



167
168
169
# File 'lib/teapot/command/visualize.rb', line 167

def context
	parent.context
end