Class: Toga::Commands::Completed
- Inherits:
-
Toga::Command
- Object
- Toga::Command
- Toga::Commands::Completed
- Defined in:
- lib/toga/commands/completed.rb
Class Method Summary collapse
Methods included from Error
Class Method Details
.run!(*args) ⇒ Object
5 6 7 |
# File 'lib/toga/commands/completed.rb', line 5 def self.run!(*args) puts Commands::List.run! [:completed] end |