Class: Tr3llo::Command::HelpCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/3llo/commands/help.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



4
5
6
# File 'lib/3llo/commands/help.rb', line 4

def execute
  Presenter::HelpPresenter.new(interface).print!
end