Class: Teapot::Command::Visualize

Inherits:
Samovar::Command
  • Object
show all
Defined in:
lib/teapot/command.rb

Instance Method Summary collapse

Instance Method Details

#invoke(parent) ⇒ Object



142
143
144
# File 'lib/teapot/command.rb', line 142

def invoke(parent)
	parent.controller.visualize(@targets, **@options)
end