Class: Teapot::Command::Clean

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

Instance Method Summary collapse

Instance Method Details

#invoke(parent) ⇒ Object



150
151
152
# File 'lib/teapot/command.rb', line 150

def invoke(parent)
	parent.controller.clean
end