Class: Tr3llo::Command::HelpCommand
- Inherits:
-
Object
- Object
- Tr3llo::Command::HelpCommand
- Defined in:
- lib/3llo/commands/help.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
4 5 6 |
# File 'lib/3llo/commands/help.rb', line 4 def execute Presenter::HelpPresenter.new(interface).print! end |